Class SearchStockInput
java.lang.Object
overit.geocallapp.wfm.inventory.ux.stock.search.SearchStockInput
- All Implemented Interfaces:
Serializable
Object used as an input bean for the
SearchStock page. - Since:
- 14.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of warehouse that will be used as filter.voidsetWarehouse(Long warehouse) Sets the id of warehouse that will be used as filter.
-
Constructor Details
-
SearchStockInput
public SearchStockInput()
-
-
Method Details
-
getWarehouse
Returns the id of warehouse that will be used as filter.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the id of warehouse that will be used as filter.- Parameters:
warehouse- the warehouse id- See Also:
-