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 for ParameterizedCommand.
  • Constructor Details

    • ParameterizedCommandTransferObject

      public 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

    • getPath

      public AbstractDataPath getPath()
      Returns parameterized command path.
      Returns:
      the path, can be null