com.ptc.wpcfg.doc
Class CopyVariantSpecDelegate
java.lang.Object
com.ptc.wpcfg.doc.CopyVariantSpecDelegate
- All Implemented Interfaces:
- Externalizable, Serializable, CopyDelegate
public class CopyVariantSpecDelegate
- extends Object
- implements CopyDelegate, Externalizable
Specific delegate for creating a non-persistant copy of the VariantSpec
object. Copies the attributes that are specific to VariantSpec.
Supported API: true
Extendable: true
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newCopy
public RevisionControlled newCopy(RevisionControlled object)
throws WTException
- Creates a non-persistant copy of the object. Makes use of a delegate
to copy the attributes specific to the object.
Supported API: true
- Specified by:
newCopy in interface CopyDelegate
- Parameters:
object - Object to copy.
- Returns:
- RevisionControlled
- Throws:
WTException