com.collation.platform.model.topology.net
Interface SNAProtocolEndpoint
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, ProtocolEndpoint, java.io.Serializable
public interface SNAProtocolEndpoint
- extends ProtocolEndpoint
- Naming Rules:
- 0="netID,NAUName"
- Persistable:
- true
- Table Name:
- PENDSNA
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 |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getNetID
java.lang.String getNetID()
throws AttributeNotSetException
- Network ID. Max lenght is 8 characters
- Throws:
AttributeNotSetException
setNetID
void setNetID(java.lang.String x)
hasNetID
boolean hasNetID()
getNAUName
java.lang.String getNAUName()
throws AttributeNotSetException
- Network Addressable Unit Name. Max length is 8 characters
- Throws:
AttributeNotSetException
setNAUName
void setNAUName(java.lang.String x)
hasNAUName
boolean hasNAUName()