com.partnersoft.v3x.apps.Staker.ctron
Class LookupWithKey

java.lang.Object
  extended by 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

Constructor Summary
LookupWithKey()
           
LookupWithKey(java.lang.Object lookupItem, java.lang.Object key)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getLookupItem()
           
 void setKey(java.lang.Object newKey)
           
 void setLookupItem(java.lang.Object newItem)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LookupWithKey

public LookupWithKey()

LookupWithKey

public LookupWithKey(java.lang.Object lookupItem,
                     java.lang.Object key)
Method Detail

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