|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stomp.jdo.ObjectId
represents a JDO object id, providing some information about the original object as well in case the object is deleted.
Constructor Summary | |
ObjectId(java.lang.Object id,
java.lang.Class file)
|
Method Summary | |
java.lang.Class |
getObjectClass()
returns the class of the object that this id represents. |
java.lang.Object |
getObjectId()
returns the actual JDO id that this object is storing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectId(java.lang.Object id, java.lang.Class file)
Method Detail |
public java.lang.Class getObjectClass()
public java.lang.Object getObjectId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |