wt.vc.config
Interface PersistableConfigSpec
- All Superinterfaces:
- ConfigSpec, Externalizable, NetFactor, ObjectMappable, Persistable, Serializable
- All Known Implementing Classes:
- EPMDocConfigSpec, WTDocumentConfigSpec, WTPartConfigSpec
- public interface PersistableConfigSpec
- extends ConfigSpec, Persistable
Implementations of this interface are used as other side objects in various
associations of the wt.viewmarkup package. Implementations must be WTObjects
to make available the duplicate() method of that class or must provide
an equivalent method.
Supported API: false
Extendable: false
Method Summary |
WTObject |
duplicate()
Creates a deep copy of this PersistableConfigSpec. |
duplicate
public WTObject duplicate()
throws WTException
- Creates a deep copy of this PersistableConfigSpec. The copy is not
yet persisted. Equivalent to or implemented by the method with the
same signature in WTObject.
Supported API: false
- Returns:
- WTObject
- Throws:
WTException