com.partnersoft.v3x.apps.Staker
Class PicklistIndex

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.PicklistIndex
All Implemented Interfaces:
LookupIndex

public class PicklistIndex
extends java.lang.Object
implements LookupIndex

Generates lookup database key for picklist items.


Constructor Summary
PicklistIndex()
           
 
Method Summary
 java.lang.Object keyOf(java.lang.Object victim)
          Returns a lookup key for the given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicklistIndex

public PicklistIndex()
Method Detail

keyOf

public java.lang.Object keyOf(java.lang.Object victim)
Description copied from interface: LookupIndex
Returns a lookup key for the given object. This key can be stored and used to lookup the object at a later time.

Specified by:
keyOf in interface LookupIndex