Class DataTransferWithPermissions
java.lang.Object
ecmwf.ecpds.master.DataTransferWithPermissions
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
The _hold.final boolean
The _stop.final DataTransfer
The _transfer.final boolean
The _wait. -
Constructor Summary
ConstructorsConstructorDescriptionDataTransferWithPermissions
(DataTransfer transfer, boolean stop, boolean wait, boolean hold) Instantiates a new data transfer with permissions. -
Method Summary
-
Field Details
-
_transfer
The _transfer. -
_stop
public final boolean _stopThe _stop. -
_wait
public final boolean _waitThe _wait. -
_hold
public final boolean _holdThe _hold.
-
-
Constructor Details
-
DataTransferWithPermissions
Instantiates a new data transfer with permissions.- Parameters:
transfer
- the transferstop
- the stopwait
- the waithold
- the hold
-
-
Method Details
-
getDataTransfer
-
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
-