Class WarehouseAgendaMaterialStockQuantityCheckOutput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event.WarehouseAgendaMaterialStockQuantityCheckOutput
- All Implemented Interfaces:
Serializable
Business object representing the output of
WarehouseAgendaMaterialStockQuantityCheckEvent. - Since:
- 14.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new warehouse agenda material stock quantity check output. -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of materials with alert errors.Returns the list of materials with block errors.voidsetMaterialsWithAlertErrors(List<String> materialsWithAlertErrors) Sets the list of materials with alert errors.voidsetMaterialsWithBlockErrors(List<String> materialsWithBlockErrors) Sets the materials with block errors.
-
Constructor Details
-
WarehouseAgendaMaterialStockQuantityCheckOutput
public WarehouseAgendaMaterialStockQuantityCheckOutput()Instantiates a new warehouse agenda material stock quantity check output.
-
-
Method Details
-
getMaterialsWithAlertErrors
Returns the list of materials with alert errors.- Returns:
- the list of materials with alert errors
-
setMaterialsWithAlertErrors
Sets the list of materials with alert errors.- Parameters:
materialsWithAlertErrors- the list of materials with alert errors
-
getMaterialsWithBlockErrors
Returns the list of materials with block errors.- Returns:
- the list of materials with block errors
-
setMaterialsWithBlockErrors
Sets the materials with block errors.- Parameters:
materialsWithBlockErrors- the list of materials with block errors
-