public class ApplicationStructureDesc extends EntityIdentifier
Constructor and Description |
---|
ApplicationStructureDesc() |
Modifier and Type | Method and Description |
---|---|
ComponentTreeIdentifier |
getComponentTreeDesc() |
EntityIdentifier[] |
getLogicalNodes() |
DistributableChildIdentifierList[] |
getPromotedReferences() |
DistributableChildIdentifierList[] |
getPromotedServices() |
void |
setComponentTreeDesc(ComponentTreeIdentifier componentTreeDesc) |
void |
setLogicalNodes(EntityIdentifier[] logicalNodes) |
void |
setPromotedReferences(DistributableChildIdentifierList[] promotedReferences) |
void |
setPromotedServices(DistributableChildIdentifierList[] promotedServices) |
java.lang.String |
toString() |
public EntityIdentifier[] getLogicalNodes()
public void setLogicalNodes(EntityIdentifier[] logicalNodes)
logicalNodes
- the logicalNodes to setpublic ComponentTreeIdentifier getComponentTreeDesc()
public void setComponentTreeDesc(ComponentTreeIdentifier componentTreeDesc)
componentTreeDesc
- the componentTreeDesc to setpublic DistributableChildIdentifierList[] getPromotedServices()
public void setPromotedServices(DistributableChildIdentifierList[] promotedServices)
promotedServices
- the promotedServices to setpublic DistributableChildIdentifierList[] getPromotedReferences()
public void setPromotedReferences(DistributableChildIdentifierList[] promotedReferences)
promotedReferences
- the promotedReferences to setpublic java.lang.String toString()
toString
in class EntityIdentifier