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
-
public class IndependentCommandTransferObject extends TransferObject<IndependentCommand>
TransferObjectspecialization forIndependentCommand.
-
-
Constructor Summary
Constructors Constructor Description IndependentCommandTransferObject(IndependentCommand containment, Form sourceForm)The constructor.
-
-
-
Constructor Detail
-
IndependentCommandTransferObject
public IndependentCommandTransferObject(IndependentCommand containment, Form sourceForm)
The constructor.- Parameters:
containment- object to copy, cannot benullsourceForm- form source, cannot benull
-
-