|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.0.0) E10653-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DefPersistable
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
| Field Summary | |
|---|---|
static int |
XML_STATEMENT
The following are the Statement types |
| Method Summary | |
|---|---|
java.lang.String |
getFullName()
This method returns the Persistence reference of the object. |
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. |
| Methods inherited from interface oracle.jbo.mom.xml.PersistentDefinition |
|---|
getDefXMLElementTag, getDefXMLNameSpace, getXMLElementTag, writeChildren, writeContents, writeObject |
| Field Detail |
|---|
static final int XML_STATEMENT
| Method Detail |
|---|
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()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.0.0) E10653-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||