Class StockQuantityCheckInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.stock.event.StockQuantityCheckInput
Business object representing the input for
StockQuantityCheckEvent. - Since:
- 14.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the material id.Returns the material quantity.Returns the stock type id.Returns the warehouse id .voidsetMaterial(Long material) Sets the material id.voidsetQuantity(Double quantity) Sets the material quantity.voidsetStockType(Long stockType) Sets the stock type id.voidsetWarehouse(Long warehouse) Sets the warehouse id.
-
Constructor Details
-
StockQuantityCheckInput
public StockQuantityCheckInput()
-
-
Method Details
-
getMaterial
Returns the material id.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the material id.- Parameters:
material- the material id- See Also:
-
getWarehouse
Returns the warehouse id .- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the warehouse id.- Parameters:
warehouse- the warehouse 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:
-
getQuantity
Returns the material quantity.- Returns:
- the material quantity
-
setQuantity
Sets the material quantity.- Parameters:
quantity- the material quantity
-