|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dartra.standard.PersistentObject
Abstract base class for persistent objects.
Constructor Summary | |
PersistentObject()
|
Method Summary | |
java.lang.Object |
getId()
Return the unique id of this object in the persistent store, or null if the object has not been persisted yet. |
void |
setId(java.lang.Object id)
Set the unique id of this object in the persistent store. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PersistentObject()
Method Detail |
public void setId(java.lang.Object id)
Persistent
Set the unique id of this object in the persistent store.
Normally this method will only be called by the data access objects that manage the persistence of other framework objects.
setId
in interface Persistent
public java.lang.Object getId()
Persistent
Return the unique id of this object in the persistent store, or null if the object has not been persisted yet.
getId
in interface Persistent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |