com.collation.platform.model.topology.sys
Interface SnmpSystemGroup
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface SnmpSystemGroup
- extends LogicalElement
Contains all information picked up from the SNMP MIB2 system group
- Naming Rules:
- 0="parent"
- Persistable:
- true
- Table Name:
- SNMPSYS
- Display Name:
- sysName
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
ComputerSystem getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.GivesDetails"
reverse="true"
setParent
void setParent(ComputerSystem parent)
hasParent
boolean hasParent()
getSysName
java.lang.String getSysName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSysName
void setSysName(java.lang.String s)
hasSysName
boolean hasSysName()
getSysDescr
java.lang.String getSysDescr()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSysDescr
void setSysDescr(java.lang.String descr)
hasSysDescr
boolean hasSysDescr()
getSysObjectId
java.lang.String getSysObjectId()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSysObjectId
void setSysObjectId(java.lang.String s)
hasSysObjectId
boolean hasSysObjectId()
getSysContact
java.lang.String getSysContact()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSysContact
void setSysContact(java.lang.String s)
hasSysContact
boolean hasSysContact()
getSysLocation
java.lang.String getSysLocation()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSysLocation
void setSysLocation(java.lang.String s)
hasSysLocation
boolean hasSysLocation()