com.collation.platform.model.topology.app.db.oracle
Interface OracleDBLink
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface OracleDBLink
- extends LogicalElement
Represents a Database link for Oracle to Oracle
- Naming Rules:
- 0="parent,serviceName"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- ORCLDBLNK
- Display Name:
- serviceName
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 |
getParent
OracleDatabase getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(OracleDatabase parent)
hasParent
boolean hasParent()
getPort
java.lang.String getPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPort
void setPort(java.lang.String port)
hasPort
boolean hasPort()
getIpAddress
java.lang.String getIpAddress()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setIpAddress
void setIpAddress(java.lang.String ipaddr)
hasIpAddress
boolean hasIpAddress()
getServiceName
java.lang.String getServiceName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setServiceName
void setServiceName(java.lang.String sid)
hasServiceName
boolean hasServiceName()