Class WarehouseOperationItemStateUpdateInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.event.WarehouseOperationItemStateUpdateInput
Object used as an input bean for the
.
WarehouseOperationItemStateUpdateEvent .
- Since:
- 14.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the error code.Returns the error description.getItem()Returns the id of the warehouse operation item.Returns the id of the warehouse operation item new state.Returns the id of the warehouse operation item old state.Returns the id of the warehouse operation header.voidsetErrorCode(String errorCode) Sets the error code.voidsetErrorDescription(String errorDescription) Sets the error description.voidSets the id of the warehouse operation item.voidsetNewState(Long newState) Sets the id of the warehouse operation item new state.voidsetOldState(Long oldState) Sets the id of the warehouse operation item old state.voidsetOperation(Long operation) Sets the id of the warehouse operation header.
-
Constructor Details
-
WarehouseOperationItemStateUpdateInput
public WarehouseOperationItemStateUpdateInput()
-
-
Method Details
-
getOperation
Returns the id of the warehouse operation header.- Returns:
- the warehouse operation header id
- See Also:
-
setOperation
Sets the id of the warehouse operation header.- Parameters:
operation- the warehouse operation header 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 id of the warehouse operation item old state.- Returns:
- the old state
- See Also:
-
setOldState
Sets the id of the warehouse operation item old state.- Parameters:
oldState- the old state- See Also:
-
getNewState
Returns the id of the warehouse operation item new state.- Returns:
- the new state
- See Also:
-
setNewState
Sets the id of the warehouse operation item new state.- Parameters:
newState- the new state- See Also:
-
getErrorCode
Returns the error code.- Returns:
- the error code
-
setErrorCode
Sets the error code.- Parameters:
errorCode- the error code
-
getErrorDescription
Returns the error description.- Returns:
- the error description
-
setErrorDescription
Sets the error description.- Parameters:
errorDescription- the error description
-