public class OdiDataServerProperty
extends AbstractRepositoryEntity
| Modifier and Type | Method and Description |
|---|---|
AbstractOdiDataServer |
getDataServer()
Obtains the data server for this
OdiDataServerProperty. |
java.io.Serializable |
getInternalId() |
java.lang.String |
getPropertyKey()
Obtains the property key for this
OdiDataServerProperty. |
java.lang.String |
getPropertyValue()
Obtains the property value for this
OdiDataServerProperty. |
IRepositoryEntity |
getSecurityContainer() |
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()
public IRepositoryEntity getSecurityContainer()