Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.ide.model
Interface SubDirtyable

All Superinterfaces:
Dirtyable
All Known Subinterfaces:
LinkedDirtyable
All Known Implementing Classes:
AbstractDerivedLibrary, AbstractHashDependable, AppClientProfile, ArchiveOptions, ArchiveProfile, ClientProfile, Connections, ConnectorProfile, DefaultLinkedDirtyable, DefaultSubDirtyable, DeployElement, DeployFolder, EarProfile, EjbProfile, InvokerRights, J2eeProfile, LibraryArchiveProfile, MethodSignature, PlsqlDatatype, PlsqlMethod, PlsqlPackage, PlsqlPackagedFunction, PlsqlPackagedProcedure, PlsqlParameter, PlsqlParameterMode, PlsqlTopLevelFunction, PlsqlTopLevelMethod, PlsqlTopLevelProcedure, Preferences, Profile, ProjectLibrary, StoredProcProfile, TaglibProfile, URLPath, WarProfile, Workspaces

public interface SubDirtyable
extends Dirtyable

Objects that implement the SubDirtyable interface indicate that they are to be saved as content of the document that owns them.


Method Summary
 void setOwner(Dirtyable owner)
          This method should be called to set the document in which a SubDirtyable implementation will be persisted.
 
Methods inherited from interface oracle.javatools.data.Dirtyable
isDirty, markDirty
 

Method Detail

setOwner

void setOwner(Dirtyable owner)
This method should be called to set the document in which a SubDirtyable implementation will be persisted.

Parameters:
owner - The Dirtyable object in which this SubDirtyable will be saved.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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