com.collation.platform.model.topology.dev
Interface RealizesExtent

All Superinterfaces:
ModelObject, Realizes, Relationship, java.io.Serializable

public interface RealizesExtent
extends Realizes

DiskPartitions can be directly realized on a PhysicalMedia. This is used to model the creation of Partitions on a raw SCSI or IDE drive, using the fdisk (DOS and Unix) or pdisk (Unix) command. The StartingAddress of the DiskPartition on the PhysicalMedia is also specified as a property of this relationship.

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.relation.Realizes
IBM_COPYRIGHT
 
Method Summary
 long getStartingAddress()
           
 boolean hasStartingAddress()
           
 void setStartingAddress(long address)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.Relationship
getGenerated, getSource, getTarget, getType, hasGenerated, hasSource, hasTarget, hasType, setGenerated, setSource, setTarget, setType
 
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
 

Method Detail

getStartingAddress

long getStartingAddress()
                        throws AttributeNotSetException
Throws:
AttributeNotSetException

setStartingAddress

void setStartingAddress(long address)

hasStartingAddress

boolean hasStartingAddress()