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

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
All Known Subinterfaces:
SCSIInterface

public interface ControlledBy
extends LogicalElement

Describes a Connection between a Device and a Controller

Naming Rules:
0="device,controller"
Persistable:
true
Table Name:
CTRBYDEV
Display Name:
name

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 Controller getController()
           
 MediaAccessDevice getDevice()
           
 java.lang.String getName()
           
 boolean hasController()
           
 boolean hasDevice()
           
 boolean hasName()
           
 void setController(Controller controller)
           
 void setDevice(MediaAccessDevice device)
           
 void setName(java.lang.String name)
           
 
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
 

Method Detail

getName

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

setName

void setName(java.lang.String name)

hasName

boolean hasName()

getDevice

MediaAccessDevice getDevice()
                            throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="false"

setDevice

void setDevice(MediaAccessDevice device)

hasDevice

boolean hasDevice()

getController

Controller getController()
                         throws AttributeNotSetException
Throws:
AttributeNotSetException

setController

void setController(Controller controller)

hasController

boolean hasController()