|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.tck.pc.company.Address.Oid
This class is used to represent the application identifier
for the Address
class.
Field Summary | |
long |
addrid
This is the identifier field for Address and must
correspond in type and name to the field in
Address . |
static java.lang.String |
targetClassName
The name of the class of the target object. |
Constructor Summary | |
Address.Oid()
The required public, no-arg constructor. |
|
Address.Oid(long addrid)
A constructor to initialize the identifier field. |
|
Address.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 addrid
Address
and must
correspond in type and name to the field in
Address
.
public static java.lang.String targetClassName
Constructor Detail |
public Address.Oid()
public Address.Oid(long addrid)
addrid
- the id of the Adress.public Address.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 |