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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
DefaultCopyWTProductInstance2Delegate
public DefaultCopyWTProductInstance2Delegate()
newCopy
public WTProductInstance2 newCopy(WTProductInstance2 baseInstance)
throws WTException
- Creates a new WTProductInstance2 object and copies the attributes
from the original WTProductInstance2 to this new one.
Supported API: true
- Specified by:
newCopy
in interface CopyWTProductInstance2Delegate
- Parameters:
baseInstance
-
- Returns:
- WTProductInstance2
- Throws:
WTException