|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class is the generic interface for the PersistentDataObject implementations used to store and retrieve objects from a persistent store.
| Method Summary | |
void |
addObject(java.lang.Object object)
Add an element to the internal map |
void |
clear()
Clear the internal object collection |
java.lang.Object |
getLastElement()
Returns the last element added |
java.util.Iterator |
getObjects()
Returns all objects in the object map as an iterator |
PersistentInformation |
getPersistentInformation()
Get the PersistentInformation for this PersistentDataObject |
void |
setPersistentInformation(PersistentInformation persistentInfo)
Sets the PersistentInformation object for this PersistentDataObject |
| Method Detail |
public void setPersistentInformation(PersistentInformation persistentInfo)
persistentInfo - PersistentInformationpublic PersistentInformation getPersistentInformation()
PersistentInformationpublic void clear()
public java.util.Iterator getObjects()
public void addObject(java.lang.Object object)
object - Object as elementpublic java.lang.Object getLastElement()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||