org.neodatis.odb.core.query
Class CompareKey

java.lang.Object
  extended by org.neodatis.odb.core.query.CompareKey
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, OdbComparable
Direct Known Subclasses:
ComposedCompareKey, SimpleCompareKey

public abstract class CompareKey
extends java.lang.Object
implements OdbComparable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CompareKey()
           
 
Method Summary
abstract  int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareKey

public CompareKey()
Method Detail

compareTo

public abstract int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in interface OdbComparable