org.datamanager.kernel
Class ComparableIdentifier

java.lang.Object
  |
  +--KeyObject
        |
        +--org.datamanager.kernel.ComparableIdentifier

public class ComparableIdentifier
extends KeyObject

See Also:
Serialized Form

Constructor Summary
ComparableIdentifier()
           
 
Method Summary
 int compareTo(KeyObject keyObject)
           
 KeyObject makeNullKey()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparableIdentifier

public ComparableIdentifier()
Method Detail

compareTo

public int compareTo(KeyObject keyObject)

makeNullKey

public KeyObject makeNullKey()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
IOException
ClassNotFoundException


See the Helium Website