wt.pds
Interface PersistableList
- All Known Implementing Classes:
- AbstractPersistableList
- public interface PersistableList
This interface provides the specification for accessing a list
of Persistables.
getClassInfo
public ClassInfo getClassInfo()
throws WTException
- Throws:
WTException
getCount
public int getCount()
getObject
public Persistable getObject(int a_index)
getNonUpdated
public Persistable getNonUpdated(int[] a_rowCounts)
getCreateStamp
public Timestamp getCreateStamp(int a_index)
getModifyStamp
public Timestamp getModifyStamp(int a_index)