public class KeyedReference
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
KeyedReference()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyName()
Deprecated.
Returns the keyName of this KeyedReference.
|
java.lang.String |
getKeyValue()
Deprecated.
Returns the keyValue of this KeyedReference.
|
java.lang.String |
getTModelKey()
Deprecated.
Returns the tModelKey of this KeyedReference.
|
void |
setKeyName(java.lang.String keyName)
Deprecated.
Sets the keyName of this KeyedReference.
|
void |
setKeyValue(java.lang.String keyValue)
Deprecated.
Sets the keyValue of this KeyedReference.
|
void |
setTModelKey(java.lang.String tModelKey)
Deprecated.
Sets the tModelKey of this KeyedReference.
|
public java.lang.String getTModelKey()
public void setTModelKey(java.lang.String tModelKey)
tModelKey - the tModelKey of this KeyedReference.public java.lang.String getKeyName()
public void setKeyName(java.lang.String keyName)
keyName - the keyName of this KeyedReference.public java.lang.String getKeyValue()
public void setKeyValue(java.lang.String keyValue)
keyValue - the keyValue of this KeyedReference.