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