Class WarehouseOperationCenterSaveInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.event.WarehouseOperationCenterSaveInput
Input object for
WarehouseOperationCenterSaveEvent.- Since:
- 13.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List<BOOperationCenter> Returns the list of all the operation centers related with the given warehouse.final LongReturns the warehouse id of the current relation.final voidsetOperationCenter(List<BOOperationCenter> operationCenter) Sets the list of all the operation centers related with the given warehouse.final voidsetWarehouse(Long warehouse) Sets the warehouse id of the current relation.
-
Constructor Details
-
WarehouseOperationCenterSaveInput
public WarehouseOperationCenterSaveInput()
-
-
Method Details
-
getWarehouse
Returns the warehouse id of the current relation.- Returns:
- the warehouse id of the current relation.
- See Also:
-
setWarehouse
Sets the warehouse id of the current relation.- Parameters:
warehouse- the warehouse id- See Also:
-
getOperationCenter
Returns the list of all the operation centers related with the given warehouse.- Returns:
- a list of all the operation centers
-
setOperationCenter
Sets the list of all the operation centers related with the given warehouse.- Parameters:
operationCenter- the list of all the operation centers
-