Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.data
Interface Dirtyable

All Known Subinterfaces:
Dirtyable, OfflineDBObjectNode, SchemaObjectNode, SubDirtyable
All Known Implementing Classes:
AbstractDerivedLibrary, AbstractLibrary, AddinJDK, AddinLibrary, BaseDBObjectNode, BaseDBObjectTextNode, BaseMergeNode, oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode, BasePlSqlTextNode, BrowsableWebDocumentNode, ConnectionListFilterNode, ConnectionNodeDecorator, Connections, DataContainer, DataNode, DefaultContainer, DefaultDirtyable, DefaultSubDirtyable, DelegatingXMLSourceNode, DeployableTextNode, ExternalLibrary, HashStructure, HashStructureNode, oracle.jdevimpl.webapp.html.HtmlSourceNode, IdeLayout, IdeProperties, IdeSystem, ImageNode, JDKNode, JLibraryNode, JspSourceNode, Layout, LegacyJDK, LegacyLibrary, LegacyLibraryDefinition, LegacyLibraryList, LibraryDataNode, LibraryElement, ListStructure, Node, ObservableFolder, Preferences, Project, ProviderNode, RegisteredDynamicNode, SchemaNode, SimpleLayout, SqlNode, Structure, TextMergeNode, TextNode, UnrecognizedTextNode, URLPath, VersionHistoryNode, WebDocumentNode, Workspace, Workspaces, XMLDataContainer, XMLDataNode, oracle.bali.xml.addin.XMLSourceNode

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

isDirty

boolean isDirty()
True if the data in the object has been modified.
Returns:
true if the data in the object has been modified.

markDirty

void markDirty(boolean dirty)
Marks the data with the specified dirty state. This method is called markDirty(...) instead of setDirty(...) so that the JavaBeans Introspector will not mistakenly identify "dirty" as a JavaBean property.
Parameters:
dirty - If true, sets the object as being dirty; if false, sets the object as being up-to-date.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.