com.collation.platform.model.topology.process
Interface Composite
- All Superinterfaces:
- Collection, ConfigurationItem, ImplicitCollection, ManagedElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- ApplicationComposite, BusinessProcessComposite, BusinessServiceComposite, DesktopComposite, HardwareComposite, InfrastructureApplicationComposite, MainframeComposite, RouterComposite, ServerComposite, SwitchComposite
public interface Composite
- extends ImplicitCollection, ConfigurationItem
- Naming Rules:
- 0="type,root"
- Persistable:
- true
- Table Name:
- COMPOSITE
- Display Name:
- compositeName
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
getType
java.lang.String getType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setType
void setType(java.lang.String type)
hasType
boolean hasType()
getRoot
ModelObject getRoot()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
setRoot
void setRoot(ModelObject root)
hasRoot
boolean hasRoot()
getCompositeName
java.lang.String getCompositeName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCompositeName
void setCompositeName(java.lang.String name)
hasCompositeName
boolean hasCompositeName()