Class StockHistoryInput
java.lang.Object
overit.geocallapp.wfm.inventory.ux.stock.history.StockHistoryInput
Object used as input bean for the
StockHistory page. - Since:
- 14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the material id.Returns the stock type id.Returns the warehouse id.voidsetMaterial(Long material) Sets the material id.voidsetStockType(Long stockType) Sets the stock type id.voidsetWarehouse(Long warehouse) Sets the warehouse id.
-
Constructor Details
-
StockHistoryInput
public StockHistoryInput()
-
-
Method Details
-
getWarehouse
Returns the warehouse id.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the warehouse id.- Parameters:
warehouse- the warehouse id- See Also:
-
getMaterial
Returns the material id.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the material id.- Parameters:
material- the material id- See Also:
-
getStockType
Returns the stock type id.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the stock type id.- Parameters:
stockType- the stock type id- See Also:
-