com.collation.platform.model.topology.process
Interface MSSAccessInfo
- All Superinterfaces:
- ManagedElement, ModelObject, java.io.Serializable
public interface MSSAccessInfo
- extends ManagedElement
Access information for contacting an MSS
- Naming Rules:
- 0="parent,accessType"
- Persistable:
- true
- Table Name:
- MSSINFO
- Display Name:
- parent,accessType
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 |
getParent
ManagementSoftwareSystem getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.GivesDetails"
reverse="true"
setParent
void setParent(ManagementSoftwareSystem parent)
hasParent
boolean hasParent()
getAccessType
java.lang.String getAccessType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAccessType
void setAccessType(java.lang.String type)
hasAccessType
boolean hasAccessType()
getAccessString
java.lang.String getAccessString()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAccessString
void setAccessString(java.lang.String String)
hasAccessString
boolean hasAccessString()