Package wt.part
Class DefaultCopyWTProductInstance2Delegate
java.lang.Object
wt.part.DefaultCopyWTProductInstance2Delegate
- All Implemented Interfaces:
CopyWTProductInstance2Delegate
public class DefaultCopyWTProductInstance2Delegate
extends Object
implements CopyWTProductInstance2Delegate
Standard delegate to handle copy of the out-of-the-box WTProductInstance2 object.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionnewCopy(WTProductInstance2 baseInstance) Creates a new WTProductInstance2 object and copies the attributes from the original WTProductInstance2 to this new one.
-
Method Details
-
newCopy
Creates a new WTProductInstance2 object and copies the attributes from the original WTProductInstance2 to this new one.
Supported API: true- Specified by:
newCopyin interfaceCopyWTProductInstance2Delegate- Parameters:
baseInstance-- Returns:
- WTProductInstance2
- Throws:
WTException
-