|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface which PrevDb persistent objects must implement.
Method Summary | |
Object |
getField(PersistentField field)
Get the value of a single field. |
FieldMap |
getFields()
Get a map of all the persistent fields in this object. |
PersistentManager |
getManager()
Get the PersistentManager that manages this object. |
Object |
getOid()
Get the oid of this object. |
void |
setField(PersistentField field,
Object value)
Set the value of a single field. |
void |
setFields(FieldMap fields)
Set some or all of the fields in this object. |
Method Detail |
public PersistentManager getManager()
PersistentManager
that manages this object.
public Object getOid()
public FieldMap getFields()
public void setFields(FieldMap fields)
fields
- the fields to setpublic Object getField(PersistentField field)
field
- the PersistentField
whose value is required
public void setField(PersistentField field, Object value)
field
- the PersistentField
whose value is to be setvalue
- the field value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |