|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jdo.tck.pc.company.Project.Oid
This class is used to represent the application identity
for the Project class.
| Field Summary | |
long |
projid
This field represents the identifier for the Project class. |
static java.lang.String |
targetClassName
The name of the class of the target object. |
| Constructor Summary | |
Project.Oid()
The required public no-arg constructor. |
|
Project.Oid(long projid)
Initialize the application identifier with a project ID. |
|
Project.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 projid
Project class. It must match a field in the
Project class in both name and type.
public static java.lang.String targetClassName
| Constructor Detail |
public Project.Oid()
public Project.Oid(long projid)
projid - The id of the project.public Project.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 | ||||||||||