wt.part
Class DefaultCopyWTProductInstance2Delegate

java.lang.Object
  extended by 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


Method Summary
 WTProductInstance2 newCopy(WTProductInstance2 baseInstance)
          Creates a new WTProductInstance2 object and copies the attributes from the original WTProductInstance2 to this new one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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