Class WarehouseStateUpdateInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.event.WarehouseStateUpdateInput
Object used as an input for the
WarehouseStateUpdateEvent. - Since:
- 13.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the new desired state of theBOWarehouse.Returns the old state of theBOWarehouse.Returns the warehouse id to update.voidsetNewState(Long newState) Sets the new desired state of theBOWarehouse.voidsetOldState(Long oldState) Sets the old state of theBOWarehouse.voidsetWarehouse(Long warehouseId) Sets the needed warehouse id.
-
Constructor Details
-
WarehouseStateUpdateInput
public WarehouseStateUpdateInput()
-
-
Method Details
-
getWarehouse
Returns the warehouse id to update.- Returns:
- the warehouse
- See Also:
-
setWarehouse
Sets the needed warehouse id.- Parameters:
warehouseId- the warehouse id- See Also:
-
getOldState
Returns the old state of theBOWarehouse.- Returns:
- the warehouse old state
-
setOldState
Sets the old state of theBOWarehouse.- Parameters:
oldState- the warehouse old state
-
getNewState
Returns the new desired state of theBOWarehouse.- Returns:
- the warehouse new state
-
setNewState
Sets the new desired state of theBOWarehouse.- Parameters:
newState- the warehouse new state
-