|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.solarmetric.rd.kodo.util.ObjectIds.Id
Type for generated data store identity classes.
| Field Summary | |
long |
id
The primary key value. |
java.lang.Class |
type
For persistent instances, this type should correspond to the least-derived persistence capable ancestor of the type being described. |
| Constructor Summary | |
ObjectIds.Id()
Default constructor. |
|
ObjectIds.Id(long id,
java.lang.Class cls)
Construct with the given unique identifier and type. |
|
ObjectIds.Id(long id,
com.solarmetric.rd.kodo.meta.ClassMetaData meta)
Construct with the given unique identifier and type. |
|
ObjectIds.Id(java.lang.String str)
Construct from the result of a toString() call on another
instance. |
|
ObjectIds.Id(java.lang.String str,
java.lang.ClassLoader loader)
Construct from the result of a toString() call on another
instance. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public long id
public java.lang.Class type
type value.
| Constructor Detail |
public ObjectIds.Id()
public ObjectIds.Id(java.lang.String str)
toString() call on another
instance.
public ObjectIds.Id(java.lang.String str,
java.lang.ClassLoader loader)
toString() call on another
instance.
public ObjectIds.Id(long id,
com.solarmetric.rd.kodo.meta.ClassMetaData meta)
public ObjectIds.Id(long id,
java.lang.Class cls)
| Method Detail |
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||