com.ptc.windchill.mpml.mfgprocess
Class CopyMPMMfgStandardGroupDelegate

java.lang.Object
  extended by com.ptc.windchill.mpml.mfgprocess.CopyMPMMfgStandardGroupDelegate
All Implemented Interfaces:
Externalizable, Serializable, CopyDelegate

public class CopyMPMMfgStandardGroupDelegate
extends Object
implements CopyDelegate, Externalizable



Supported API: true

Extendable: false

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