wt.enterprise
Class CopyWTPartDelegate

java.lang.Object
  extended by wt.enterprise.CopyWTPartDelegate
All Implemented Interfaces:
Externalizable, Serializable, CopyDelegate

public class CopyWTPartDelegate
extends Object
implements CopyDelegate, Externalizable

Specifc delegate for creating a non-persistant copy of the WTPart object. Copies the attributes that are specific to WTPart.

Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
 RevisionControlled newCopy(RevisionControlled object)
          Creates a non-persistant copy of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newCopy

public RevisionControlled newCopy(RevisionControlled object)
                           throws WTException
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:
newCopy in interface CopyDelegate
Parameters:
object - Object to copy.
Returns:
RevisionControlled
Throws:
WTException