wt.part
Class DefaultCopyWTProductInstance2Delegate

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


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
DefaultCopyWTProductInstance2Delegate()
           
 
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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

DefaultCopyWTProductInstance2Delegate

public DefaultCopyWTProductInstance2Delegate()
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