public class KeysOwned
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
KeysOwned()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFromKey()
Deprecated.
Returns the fromKey of this KeysOwned.
|
java.lang.String |
getToKey()
Deprecated.
Returns the toKey of this KeysOwned.
|
void |
setFromKey(java.lang.String fromKey)
Deprecated.
Sets the fromKey of this KeysOwned.
|
void |
setToKey(java.lang.String toKey)
Deprecated.
Sets the toKey of this KeysOwned.
|
public java.lang.String getToKey()
public void setToKey(java.lang.String toKey)
toKey
- the toKey of this KeysOwned.public java.lang.String getFromKey()
public void setFromKey(java.lang.String fromKey)
fromKey
- the fromKey of this KeysOwned.