wt.pds
Class MultiplePersistableList

java.lang.Object
  extended bywt.pds.AbstractPersistableList
      extended bywt.pds.MultiplePersistableList
All Implemented Interfaces:
PersistableList

public class MultiplePersistableList
extends AbstractPersistableList

This class implements a list of Persistables for a Persistable array (Persistable[]).


Field Summary
(package private)  Persistable[] objs
           
 
Fields inherited from class wt.pds.AbstractPersistableList
CREATE_STAMP_MAP_KEY, MODIFY_STAMP_MAP_KEY
 
Constructor Summary
MultiplePersistableList(Persistable[] a_objs, 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

objs

Persistable[] objs
Constructor Detail

MultiplePersistableList

public MultiplePersistableList(Persistable[] a_objs,
                               Timestamp a_createStamp,
                               Timestamp a_modifyStamp)
                        throws WTException
Method Detail

getCount

public int getCount()

getObject

public Persistable getObject(int a_index)