com.collation.platform.model.topology.sys
Interface Function
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- AclFunction, BigIPVipFunction, BigIPVlan, Bridge, Firewall, HMC, IVM, LoadBalancer, Management, Printer, Router, SystemController, VIOS, VipFunction, Vlan, VPN
public interface Function
- extends LogicalElement
A function is a feature of a system.
- Naming Rules:
- 0="parent,name"
- Persistable:
- true
- Table Name:
- FUNCTION
- Display Name:
- parent,name
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
getParent
ComputerSystem getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Provides"
reverse="true"
setParent
void setParent(ComputerSystem parent)
hasParent
boolean hasParent()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String s)
hasName
boolean hasName()