Class WarehouseOperationItemStateChangeInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.event.WarehouseOperationItemStateChangeInput
Object used as an input bean for the
WarehouseOperationItemStateChangeEvent. - Since:
- 14.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItem()Returns the id of the warehouse operation item.Returns the warehouse operation new state.Returns the warehouse operation old state.Returns the id of the warehouse operation.voidSets the id of the warehouse operation item.voidsetNewState(Long newState) Sets the warehouse operation new state.voidsetOldState(Long oldState) Sets the warehouse operation old state.voidsetOperation(Long operation) Sets the id of the warehouse operation.
-
Constructor Details
-
WarehouseOperationItemStateChangeInput
public WarehouseOperationItemStateChangeInput()
-
-
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:
-
getItem
Returns the id of the warehouse operation item.- Returns:
- the warehouse operation item id
- See Also:
-
setItem
Sets the id of the warehouse operation item.- Parameters:
item- the warehouse operation item id- See Also:
-
getOldState
Returns the warehouse operation old state.- Returns:
- the old state
- See Also:
-
setOldState
Sets the warehouse operation old state.- Parameters:
oldState- the old state- See Also:
-
getNewState
Returns the warehouse operation new state.- Returns:
- the new state
- See Also:
-
setNewState
Sets the warehouse operation new state.- Parameters:
newState- the new state- See Also:
-