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

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 java.lang.String getNAUName()
          Network Addressable Unit Name.
 java.lang.String getNetID()
          Network ID.
 boolean hasNAUName()
           
 boolean hasNetID()
           
 void setNAUName(java.lang.String x)
           
 void setNetID(java.lang.String x)
           
 
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
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

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()