com.collation.platform.model.topology.phys.physpkg
Interface Chassis

All Superinterfaces:
ManagedElement, ManagedSystemElement, ModelObject, PhysicalElement, PhysicalFrame, PhysicalPackage, java.io.Serializable

public interface Chassis
extends PhysicalFrame

Naming Rules:
0="chassisUUID"
Persistable:
true

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 java.lang.String getChassisUUID()
           
 boolean hasChassisUUID()
           
 void setChassisUUID(java.lang.String x)
           
 
Methods inherited from interface com.collation.platform.model.topology.phys.physpkg.PhysicalFrame
getPhysicalPackage, hasPhysicalPackage, setPhysicalPackage
 
Methods inherited from interface com.collation.platform.model.topology.phys.physpkg.PhysicalPackage
getComputersystem, getFans, getFWRevision, getHWRevision, getManufacturer, getModel, getName, getOtherPhysicalPackages, getParent, getPhysicalComponents, getPhysicalConnectors, getPhysicalFrames, getPhysicalLinks, getPowerSupplys, getRelativePosition, getSensors, getSerialNumber, getSWRevision, getSystemBoardUUID, getType, getUserTracking, hasComputersystem, hasFans, hasFWRevision, hasHWRevision, hasManufacturer, hasModel, hasName, hasOtherPhysicalPackages, hasParent, hasPhysicalComponents, hasPhysicalConnectors, hasPhysicalFrames, hasPhysicalLinks, hasPowerSupplys, hasRelativePosition, hasSensors, hasSerialNumber, hasSWRevision, hasSystemBoardUUID, hasType, hasUserTracking, setComputersystem, setFans, setFWRevision, setHWRevision, setManufacturer, setModel, setName, setOtherPhysicalPackages, setParent, setPhysicalComponents, setPhysicalConnectors, setPhysicalFrames, setPhysicalLinks, setPowerSupplys, setRelativePosition, setSensors, setSerialNumber, setSWRevision, setSystemBoardUUID, setType, setUserTracking
 
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

getChassisUUID

java.lang.String getChassisUUID()
                                throws AttributeNotSetException
Throws:
AttributeNotSetException

setChassisUUID

void setChassisUUID(java.lang.String x)

hasChassisUUID

boolean hasChassisUUID()