com.ptc.windchill.enterprise.change2.commands
Class PasteCommands

java.lang.Object
  extended by com.ptc.windchill.enterprise.change2.commands.PasteCommands
All Implemented Interfaces:
Serializable, RemoteAccess
Direct Known Subclasses:
PasteAnnotationCommands, PasteChangeableCommands

public abstract class PasteCommands
extends Object
implements RemoteAccess, Serializable

An abstract class to paste Objects in the Change Management tables.

Supported API: true

Extendable: true

See Also:
Serialized Form

Constructor Summary
PasteCommands(NmCommandBean cb)
          Constructor to create a PasteCommands class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasteCommands

public PasteCommands(NmCommandBean cb)
Constructor to create a PasteCommands class.

Supported API: true

Parameters:
cb - The command bean to set on the class.