Class WarehouseAgendaMaterialStockQuantityCheckOutput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event.WarehouseAgendaMaterialStockQuantityCheckOutput
All Implemented Interfaces:
Serializable

public class WarehouseAgendaMaterialStockQuantityCheckOutput extends Object implements Serializable
Business object representing the output of WarehouseAgendaMaterialStockQuantityCheckEvent.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • WarehouseAgendaMaterialStockQuantityCheckOutput

      public WarehouseAgendaMaterialStockQuantityCheckOutput()
      Instantiates a new warehouse agenda material stock quantity check output.
  • Method Details

    • getMaterialsWithAlertErrors

      public List<String> getMaterialsWithAlertErrors()
      Returns the list of materials with alert errors.
      Returns:
      the list of materials with alert errors
    • setMaterialsWithAlertErrors

      public void setMaterialsWithAlertErrors(List<String> materialsWithAlertErrors)
      Sets the list of materials with alert errors.
      Parameters:
      materialsWithAlertErrors - the list of materials with alert errors
    • getMaterialsWithBlockErrors

      public List<String> getMaterialsWithBlockErrors()
      Returns the list of materials with block errors.
      Returns:
      the list of materials with block errors
    • setMaterialsWithBlockErrors

      public void setMaterialsWithBlockErrors(List<String> materialsWithBlockErrors)
      Sets the materials with block errors.
      Parameters:
      materialsWithBlockErrors - the list of materials with block errors