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
-
public class ParameterizedCommandTransferObject extends TransferObject<ParameterizedCommand>
TransferObject
specialization forParameterizedCommand
.
-
-
Constructor Summary
Constructors Constructor Description ParameterizedCommandTransferObject(ParameterizedCommand command, AbstractDataPath path, Form sourceForm)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDataPath
getPath()
Returns parameterized command path.-
Methods inherited from class com._1c.g5.v8.dt.form.copypaste.TransferObject
getObject, getSourceForm, isObjectOfType
-
-
-
-
Constructor Detail
-
ParameterizedCommandTransferObject
public ParameterizedCommandTransferObject(ParameterizedCommand command, AbstractDataPath path, Form sourceForm)
The constructor.- Parameters:
command
- , cannot benull
path
- , can benull
sourceForm
- the source form, cannot benull
-
-
Method Detail
-
getPath
public AbstractDataPath getPath()
Returns parameterized command path.- Returns:
- the path, can be
null
-
-