| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dirtyable
Objects that implement the Dirtyable interface indicate
  that they are able to track their own dirty state.
| Method Summary | |
|---|---|
 boolean | 
isDirty()
True if the data in the object has been modified.  | 
 void | 
markDirty(boolean dirty)
Marks the data with the specified dirty state.  | 
| Method Detail | 
|---|
boolean isDirty()
true if the data in the object has been modified.void markDirty(boolean dirty)
markDirty(...) instead of
  setDirty(...) so that the JavaBeans
  Introspector will not
  mistakenly identify "dirty" as a JavaBean property.
dirty - If true, sets the object as being
  dirty; if false, sets the object as being up-to-date.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||