|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.util.ObjectModificationDefaultImpl
Insert the type's description here. Creation date: (16.11.2000 20:58:33)
Constructor Summary | |
ObjectModificationDefaultImpl()
ObjectModificationImpl constructor comment. |
Method Summary | |
void |
markModified()
Method declaration |
boolean |
needsInsert()
returns true if the underlying Object needs an INSERT statement. |
boolean |
needsUpdate()
returns true if the underlying Object needs an UPDATE statement. |
void |
setNeedsInsert(boolean newValue)
Method declaration |
void |
setNeedsUpdate(boolean newValue)
Method declaration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectModificationDefaultImpl()
Method Detail |
public boolean needsInsert()
needsInsert
in interface ObjectModification
public boolean needsUpdate()
needsUpdate
in interface ObjectModification
public void setNeedsInsert(boolean newValue)
newValue
- public void setNeedsUpdate(boolean newValue)
newValue
- public void markModified()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |