public class OdiDataServerProperty
extends oracle.odi.domain.support.AbstractRepositoryEntity
Modifier and Type | Method and Description |
---|---|
AbstractOdiDataServer |
getDataServer()
Obtains the data server for this
OdiDataServerProperty . |
java.io.Serializable |
getInternalId()
Provides a common getter for the persistence layer to obtain an identity,
irrespective of the actual type of identity used.
|
java.lang.String |
getPropertyKey()
Obtains the property key for this
OdiDataServerProperty . |
java.lang.String |
getPropertyValue()
Obtains the property value for this
OdiDataServerProperty . |
void |
setPropertyKey(java.lang.String propertyKey)
Specifies the property key for this
OdiDataServerProperty . |
void |
setPropertyValue(java.lang.String propertyValue)
Specifies the property value for this
OdiDataServerProperty . |
public java.lang.String getPropertyKey()
OdiDataServerProperty
.public void setPropertyKey(java.lang.String propertyKey)
OdiDataServerProperty
.propertyKey
- the propertyKey to setpublic java.lang.String getPropertyValue()
OdiDataServerProperty
.public void setPropertyValue(java.lang.String propertyValue)
OdiDataServerProperty
.propertyValue
- the propertyValue to setpublic AbstractOdiDataServer getDataServer()
OdiDataServerProperty
.public java.io.Serializable getInternalId()
IRepositoryEntity
Typically a subclass will delegate to a public
SomePrimitiveWrapper getId()
method. The necessity for the
getInternalId()
abstract method is solely because the
persistence layer needs a way of obtaining the identity irrespective of
the actual identity implementation choice.
Returning null
from this method will indicate the object has
never been saved. This will likely be relied on by some DAO
implementations.