Class DataTransferWithPermissions

java.lang.Object
ecmwf.ecpds.master.DataTransferWithPermissions
All Implemented Interfaces:
Serializable

public final class DataTransferWithPermissions extends Object implements Serializable
The Class DataTransferWithPermissions.
See Also:
  • Field Details

    • _transfer

      public final DataTransfer _transfer
      The _transfer.
    • _stop

      public final boolean _stop
      The _stop.
    • _wait

      public final boolean _wait
      The _wait.
    • _hold

      public final boolean _hold
      The _hold.
  • Constructor Details

    • DataTransferWithPermissions

      public DataTransferWithPermissions(DataTransfer transfer, boolean stop, boolean wait, boolean hold)
      Instantiates a new data transfer with permissions.
      Parameters:
      transfer - the transfer
      stop - the stop
      wait - the wait
      hold - the hold
  • Method Details

    • getDataTransfer

      public DataTransfer getDataTransfer()
      Gets the data transfer.
      Returns:
      the data transfer
    • getStop

      public boolean getStop()
      Gets the stop.
      Returns:
      the stop
    • getWait

      public boolean getWait()
      Gets the wait.
      Returns:
      the wait
    • getHold

      public boolean getHold()
      Gets the hold.
      Returns:
      the hold