Class WarehouseDetailInput
java.lang.Object
overit.geocallapp.wfm.inventory.ux.warehouse.detail.WarehouseDetailInput
- All Implemented Interfaces:
Serializable
Object used as input bean for the
WarehouseDetail page. - Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the warehouse.voidsetWarehouse(BOWarehouse warehouse) Sets the warehouse.
-
Constructor Details
-
WarehouseDetailInput
public WarehouseDetailInput()
-
-
Method Details
-
getWarehouse
Returns the warehouse.- Returns:
- the warehouse
-
setWarehouse
Sets the warehouse.- Parameters:
warehouse- the warehouse
-