Class WarehouseCentralMobileSaveInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.event.WarehouseCentralMobileSaveInput
Input object for the
WarehouseCentralMobileSaveEvent.- Since:
- 13.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List<BOCentralWarehouse> Returns the central warehouses for the association.final BOMobileWarehouseReturns the mobile warehouse for the association.final LongReturns the central warehouse that would be the preferred in the association.final voidsetCentralWarehouses(List<BOCentralWarehouse> centralWarehouses) Sets the central warehouses for the association.final voidsetMobileWarehouse(BOMobileWarehouse mobileWarehouse) Sets the mobile warehouse for the association.final voidsetPreferredCentralWarehouse(Long preferredCentralWarehouse) Sets the preferred central warehouse id.
-
Constructor Details
-
WarehouseCentralMobileSaveInput
public WarehouseCentralMobileSaveInput()
-
-
Method Details
-
getMobileWarehouse
Returns the mobile warehouse for the association.- Returns:
- the mobile warehouse
-
setMobileWarehouse
Sets the mobile warehouse for the association.- Parameters:
mobileWarehouse- the mobile warehouse
-
getCentralWarehouses
Returns the central warehouses for the association.- Returns:
- a list of central warehouses
- See Also:
-
setCentralWarehouses
Sets the central warehouses for the association.- Parameters:
centralWarehouses- the central warehouses
-
getPreferredCentralWarehouse
Returns the central warehouse that would be the preferred in the association.- Returns:
- the warehouse central mobile save input preferred central warehouse id
- See Also:
-
setPreferredCentralWarehouse
Sets the preferred central warehouse id.- Parameters:
preferredCentralWarehouse- the preferred central warehouse id- See Also:
-