com.collation.platform.model.topology.net
Interface CustomBindAddress
- All Superinterfaces:
- BindAddress, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface CustomBindAddress
- extends BindAddress
A type/path combo (both are Strings)
- Naming Rules:
- 0="primaryIpAddress,customType,customPath"
- Persistable:
- true
- Display Name:
- customPath
Methods inherited from interface com.collation.platform.model.topology.net.BindAddress |
getIpAddress, getPath, getPortNumber, getPrimaryIpAddress, getType, hasIpAddress, hasPath, hasPortNumber, hasPrimaryIpAddress, hasType, setIpAddress, setPath, setPortNumber, setPrimaryIpAddress, setType |
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 |
getCustomPath
java.lang.String getCustomPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCustomPath
void setCustomPath(java.lang.String customPath)
hasCustomPath
boolean hasCustomPath()
getCustomType
java.lang.String getCustomType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCustomType
void setCustomType(java.lang.String customType)
hasCustomType
boolean hasCustomType()