Class WarehouseOperationHeaderStateUpdateInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.event.WarehouseOperationHeaderStateUpdateInput
Object used as an input bean for the
.
WarehouseOperationHeaderStateUpdateEvent .
- Since:
- 14.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the warehouse operation new state.Returns the id of the warehouse operation old state.Returns the id of the warehouse operation.voidsetNewState(Long newState) Sets the id of the warehouse operation new state.voidsetOldState(Long oldState) Sets the id of the warehouse operation old state.voidsetOperation(Long operation) Sets the id of the warehouse operation.
-
Constructor Details
-
WarehouseOperationHeaderStateUpdateInput
public WarehouseOperationHeaderStateUpdateInput()
-
-
Method Details
-
getOperation
Returns the id of the warehouse operation.- Returns:
- the warehouse operation id
- See Also:
-
setOperation
Sets the id of the warehouse operation.- Parameters:
operation- the warehouse operation id- See Also:
-
getOldState
Returns the id of the warehouse operation old state.- Returns:
- the warehouse operation old state id
- See Also:
-
setOldState
Sets the id of the warehouse operation old state.- Parameters:
oldState- the warehouse operation old state id- See Also:
-
getNewState
Returns the id of the warehouse operation new state.- Returns:
- the warehouse operation new state id
- See Also:
-
setNewState
Sets the id of the warehouse operation new state.- Parameters:
newState- the warehouse operation new state id- See Also:
-