Package wt.part.alternaterep
Class CopyWTPartAlternateRepDelegate
java.lang.Object
wt.part.alternaterep.CopyWTPartAlternateRepDelegate
- All Implemented Interfaces:
Externalizable,Serializable,CopyDelegate
Specifc delegate for creating a non-persistant copy of the WTPartAlternateRep object.
Copies the attributes that are specific to WTPart.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionnewCopy(RevisionControlled object) Creates a non-persistant copy of the object.
-
Method Details
-
newCopy
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:
newCopyin interfaceCopyDelegate- Parameters:
object- Object to copy.- Returns:
- RevisionControlled
- Throws:
WTException
-