com.collation.platform.model.topology.process
Interface MSSObjectLink
- All Superinterfaces:
- ManagedElement, ModelObject, java.io.Serializable
public interface MSSObjectLink
- extends ManagedElement
MSS to ModelObject Association
- Naming Rules:
- 0="obj,mss"
- Persistable:
- true
- Table Name:
- MSSOBJLINK
- Display Name:
- obj,mss
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 |
getObj
ModelObject getObj()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setObj
void setObj(ModelObject mo)
hasObj
boolean hasObj()
getMss
ModelObject getMss()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMss
void setMss(ModelObject mo)
hasMss
boolean hasMss()
getMssSourceToken
java.lang.String getMssSourceToken()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMssSourceToken
void setMssSourceToken(java.lang.String sourceToken)
hasMssSourceToken
boolean hasMssSourceToken()