public interface DefPersistable extends PersistentDefinition
NAME
DefPersistable .java -
DESCRIPTION
NOTES
VERSION
MODIFIED (MM/DD/YY)
draju 02/20/98 - Created the interface.
draju 03/26/98 - Added Structured Storage related stuff
| Modifier and Type | Field and Description |
|---|---|
static int |
XML_STATEMENT
The following are the Statement types
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullName()
This method returns the Persistence reference of the object.
|
DefPersistable |
getOrigObject() |
boolean |
isDirty()
This method returns if an Object is modified from last save/load
|
boolean |
isNew()
This method returns if this object is previously persisted.
|
void |
setDirty(boolean isDirty)
This method marks the Object dirty
|
void |
setNew(boolean isNew)
This method marks the as previously persisted.
|
void |
setOrigObject(DefPersistable oldObj) |
getDefXMLElementTag, getDefXMLNameSpace, getXMLElementTag, writeChildren, writeContents, writeObjectstatic final int XML_STATEMENT
boolean isDirty()
void setDirty(boolean isDirty)
isDirty - If true the Object is marked Dirty.boolean isNew()
void setNew(boolean isNew)
isNew - If true the Object is marked as new object.java.lang.String getFullName()
DefPersistable getOrigObject()
void setOrigObject(DefPersistable oldObj)