com.collation.platform.model.topology.net
Interface LogicalConnection
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface LogicalConnection
- extends LogicalElement
A logical connection
- Naming Rules:
- 0="fromIp,fromPort,toIp,toPort"
- Persistable:
- true
- Table Name:
- LOGCCONN
- Display Name:
- fromIp,fromPort,toIp,toPort
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 |
getFromIp
java.lang.String getFromIp()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setFromIp
void setFromIp(java.lang.String ip)
hasFromIp
boolean hasFromIp()
getFromPort
int getFromPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setFromPort
void setFromPort(int p)
hasFromPort
boolean hasFromPort()
getToIp
java.lang.String getToIp()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setToIp
void setToIp(java.lang.String ip)
hasToIp
boolean hasToIp()
getToPort
int getToPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setToPort
void setToPort(int p)
hasToPort
boolean hasToPort()