com.partnersoft.v3x.apps.Staker.ctron
Class LookupWithKey
java.lang.Object
com.partnersoft.v3x.apps.Staker.ctron.LookupWithKey
- All Implemented Interfaces:
- java.io.Serializable
public class LookupWithKey
- extends java.lang.Object
- implements java.io.Serializable
Keeps track of a lookup item with its original index key (so that you can do
update mappings later if the key data is changed).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LookupWithKey
public LookupWithKey()
LookupWithKey
public LookupWithKey(java.lang.Object lookupItem,
java.lang.Object key)
getLookupItem
public java.lang.Object getLookupItem()
getKey
public java.lang.Object getKey()
setLookupItem
public void setLookupItem(java.lang.Object newItem)
setKey
public void setKey(java.lang.Object newKey)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object