Package com._1c.g5.v8.dt.form.copypaste
Class CommandTransferObject
java.lang.Object
com._1c.g5.v8.dt.form.copypaste.TransferObject<Command>
com._1c.g5.v8.dt.form.copypaste.CommandTransferObject
TransferObject
specialization for Command
.-
Constructor Summary
ConstructorsConstructorDescriptionCommandTransferObject
(Command containment, Form sourceForm) The constructor. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.form.copypaste.TransferObject
getObject, getSourceForm, isObjectOfType
-
Constructor Details
-
CommandTransferObject
The constructor.- Parameters:
containment
- object to copy, cannot benull
sourceForm
- form source, cannot benull
-