Package com._1c.g5.v8.dt.form.copypaste
Class ParameterizedCommandTransferObject
java.lang.Object
com._1c.g5.v8.dt.form.copypaste.TransferObject<ParameterizedCommand>
com._1c.g5.v8.dt.form.copypaste.ParameterizedCommandTransferObject
TransferObject specialization for ParameterizedCommand.- 
Constructor SummaryConstructorsConstructorDescriptionParameterizedCommandTransferObject(ParameterizedCommand command, AbstractDataPath path, Form sourceForm) The constructor.
- 
Method SummaryMethods inherited from class com._1c.g5.v8.dt.form.copypaste.TransferObjectgetObject, getSourceForm, isObjectOfType
- 
Constructor Details- 
ParameterizedCommandTransferObjectpublic ParameterizedCommandTransferObject(ParameterizedCommand command, AbstractDataPath path, Form sourceForm) The constructor.- Parameters:
- command- , cannot be- null
- path- , can be- null
- sourceForm- the source form, cannot be- null
 
 
- 
- 
Method Details- 
getPathReturns parameterized command path.- Returns:
- the path, can be null
 
 
-