com.collation.platform.model.topology.app
Interface FunctionalGroup
- All Superinterfaces:
- Collection, HomogeneousCollection, ManagedElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- AppServerFunctionalGroup, ComputerSystemFunctionalGroup, SoftwareModuleFunctionalGroup
public interface FunctionalGroup
- extends HomogeneousCollection
- Naming Rules:
- 0="app,groupName"
- Persistable:
- true
- Display Name:
- groupName
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 |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getApp
Application getApp()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains" reverse="true"
setApp
void setApp(Application app)
hasApp
boolean hasApp()
getGroupName
java.lang.String getGroupName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setGroupName
void setGroupName(java.lang.String name)
hasGroupName
boolean hasGroupName()