org.jboss.system.server.profileservice.attachments
Class RepositoryAttachmentMetaData

java.lang.Object
  extended by org.jboss.system.server.profileservice.attachments.RepositoryAttachmentMetaData

public class RepositoryAttachmentMetaData
extends Object

Metadata describing the persisted deployment attachments.

Version:
$Revision: 88716 $
Author:
Emanuel Muckenhuber

Constructor Summary
RepositoryAttachmentMetaData()
           
 
Method Summary
 List<AttachmentMetaData> getAttachments()
           
 List<RepositoryAttachmentMetaData> getChildren()
           
 String getDeploymentName()
           
 DeploymentStructureMetaData getDeploymentStructure()
           
 long getLastModified()
           
 void setAttachments(List<AttachmentMetaData> attachments)
           
 void setChildren(List<RepositoryAttachmentMetaData> children)
           
 void setDeploymentName(String deploymentName)
           
 void setDeploymentStructure(DeploymentStructureMetaData deploymentStructure)
           
 void setLastModified(long lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryAttachmentMetaData

public RepositoryAttachmentMetaData()
Method Detail

getDeploymentName

public String getDeploymentName()

setDeploymentName

public void setDeploymentName(String deploymentName)

getLastModified

public long getLastModified()

setLastModified

public void setLastModified(long lastModified)

getDeploymentStructure

public DeploymentStructureMetaData getDeploymentStructure()

setDeploymentStructure

public void setDeploymentStructure(DeploymentStructureMetaData deploymentStructure)

getChildren

public List<RepositoryAttachmentMetaData> getChildren()

setChildren

public void setChildren(List<RepositoryAttachmentMetaData> children)

getAttachments

public List<AttachmentMetaData> getAttachments()

setAttachments

public void setAttachments(List<AttachmentMetaData> attachments)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.