com.ptc.windchill.enterprise.change2.commands
Class PasteCommands
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasteCommands
public PasteCommands(NmCommandBean cb)
- Constructor to create a PasteCommands class.
Supported API: true
- Parameters:
cb - The command bean to set on the class.