|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.tck.pc.company.Department.Oid
The application identity class associated with the
Department
class.
Field Summary | |
long |
deptid
This field represents the application identifier field for the Department class. |
static java.lang.String |
targetClassName
The name of the class of the target object. |
Constructor Summary | |
Department.Oid()
The required public, no-arg constructor. |
|
Department.Oid(long deptid)
A constructor to initialize the identifier field. |
|
Department.Oid(java.lang.String s)
|
Method Summary | |
int |
compareTo(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getTargetClassName()
Return the target class name. |
int |
hashCode()
|
protected static java.lang.String |
justTheId(java.lang.String str)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public long deptid
Department
class.
It must match in name and type with the field in the
Department
class.
public static java.lang.String targetClassName
Constructor Detail |
public Department.Oid()
public Department.Oid(long deptid)
deptid
- the deptid of the Department.public Department.Oid(java.lang.String s)
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
public int hashCode()
protected static java.lang.String justTheId(java.lang.String str)
public java.lang.String getTargetClassName()
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |