com.collation.platform.model.topology.net
Interface NetBIOSProtocolEndpoint
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, ProtocolEndpoint, java.io.Serializable
public interface NetBIOSProtocolEndpoint
- extends ProtocolEndpoint
Naming rule - RFC1001.
- Naming Rules:
- 0="nodeName,scopeID"
- Persistable:
- true
- Table Name:
- PENDNBIOS
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
getNodeName
java.lang.String getNodeName()
throws AttributeNotSetException
- 32 chars
- Throws:
AttributeNotSetException
setNodeName
void setNodeName(java.lang.String x)
hasNodeName
boolean hasNodeName()
getScopeID
java.lang.String getScopeID()
throws AttributeNotSetException
- Scope Identifier
- Throws:
AttributeNotSetException
setScopeID
void setScopeID(java.lang.String x)
hasScopeID
boolean hasScopeID()