Class WarehouseOperationHeaderUpdateInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.event.WarehouseOperationHeaderUpdateInput
Object used as an input bean for the
.
WarehouseOperationHeaderUpdateEvent .
- Since:
- 14.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the warehouse operation new incoming warehouse.Returns the warehouse operation id.voidsetNewIncomingWarehouse(Long newIncomingWarehouse) Sets the id of the warehouse operation new incoming warehouse.voidsetOperation(Long operation) Sets the warehouse operation id.
-
Constructor Details
-
WarehouseOperationHeaderUpdateInput
public WarehouseOperationHeaderUpdateInput()
-
-
Method Details
-
getOperation
Returns the warehouse operation id.- Returns:
- the warehouse operation id
- See Also:
-
setOperation
Sets the warehouse operation id.- Parameters:
operation- the warehouse operation id- See Also:
-
getNewIncomingWarehouse
Returns the id of the warehouse operation new incoming warehouse.- Returns:
- the warehouse operation new incoming warehouse id
- See Also:
-
setNewIncomingWarehouse
Sets the id of the warehouse operation new incoming warehouse.- Parameters:
newIncomingWarehouse- the warehouse operation new incoming warehouse id- See Also:
-