net.sf.jso
Interface OID

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
CID, PID, TID
All Known Implementing Classes:
JSOOID

public interface OID
extends java.lang.Comparable, java.io.Serializable, java.lang.Cloneable

Inteface for object identification.

An OID instance represents an unique object identification within a database. Implementations of the OID interface should also override equals(), hashCode(), clone() and toString() methods.


Methods inherited from interface java.lang.Comparable
compareTo