|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pds.AbstractPersistableList
wt.pds.SinglePersistableList
This class implements a list of Persistables for a Persistable.
Field Summary | |
(package private) Persistable |
obj
|
Fields inherited from class wt.pds.AbstractPersistableList |
CREATE_STAMP_MAP_KEY, MODIFY_STAMP_MAP_KEY |
Constructor Summary | |
SinglePersistableList(Persistable a_obj,
Timestamp a_createStamp,
Timestamp a_modifyStamp)
|
Method Summary | |
int |
getCount()
|
Persistable |
getObject(int a_index)
|
Methods inherited from class wt.pds.AbstractPersistableList |
getClassInfo, getCreateStamp, getModifyStamp, getNonUpdated, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
Persistable obj
Constructor Detail |
public SinglePersistableList(Persistable a_obj, Timestamp a_createStamp, Timestamp a_modifyStamp) throws WTException
Method Detail |
public int getCount()
public Persistable getObject(int a_index)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |