| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| 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 Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||