Class WarehouseAgendaMaterialStockQuantityCheckInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event.WarehouseAgendaMaterialStockQuantityCheckInput
- All Implemented Interfaces:
Serializable
Business object representing the input of
WarehouseAgendaMaterialStockQuantityCheckEvent. - Since:
- 14.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the material.Returns the material quantity.Returns the stock type id.Returns the warehouse agenda material stock quantity check input warehouse id .voidsetMaterial(BOMaterial material) Sets the material.voidsetQuantity(Double quantity) Sets the material quantity.voidsetStockType(Long stockType) Sets the stock type id.voidsetWarehouse(Long warehouse) Sets the warehouse id.
-
Constructor Details
-
WarehouseAgendaMaterialStockQuantityCheckInput
public WarehouseAgendaMaterialStockQuantityCheckInput()
-
-
Method Details
-
getMaterial
Returns the material.- Returns:
- the material
-
setMaterial
Sets the material.- Parameters:
material- the material
-
getWarehouse
Returns the warehouse agenda material stock quantity check input warehouse id .- Returns:
- the warehouse agenda material stock quantity check input 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
-