|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OID
Interface for a datastore-identity class to implement. Please refer to the JDO2 specification 5.4.3 for precise requirements of such a class. These include
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Equality operator. |
java.lang.Object |
getKeyValue()
Provides the OID in a form that can be used by the database as a key. |
java.lang.String |
getPcClass()
Accessor for the PC class name |
int |
hashCode()
Accessor for the hashcode |
java.lang.String |
toString()
Returns the string representation of the OID. |
Method Detail |
---|
java.lang.Object getKeyValue()
java.lang.String getPcClass()
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object to compare against
int hashCode()
hashCode
in class java.lang.Object
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |