com.collation.platform.model.topology.sys
Interface HMC

All Superinterfaces:
Function, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable

public interface HMC
extends Function

Persistable:
true
Top Level:
true

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 SystemPComputerSystem[] getSystemp()
           
 boolean hasSystemp()
           
 void setSystemp(SystemPComputerSystem[] x)
           
 
Methods inherited from interface com.collation.platform.model.topology.sys.Function
getName, getParent, hasName, hasParent, setName, setParent
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getSystemp

SystemPComputerSystem[] getSystemp()
                                   throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Manages" reverse="false"

setSystemp

void setSystemp(SystemPComputerSystem[] x)

hasSystemp

boolean hasSystemp()