Class WarehouseMaterialStockImportOutput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.importexport.material.event.WarehouseMaterialStockImportOutput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class WarehouseMaterialStockImportOutput extends DynO
Since:
14.0
See Also:
  • Constructor Details

    • WarehouseMaterialStockImportOutput

      public WarehouseMaterialStockImportOutput()
      Instantiates a new warehouse material stock import output.
  • Method Details

    • getErrors

      public Map<Integer,String> getErrors()
      Returns the map containing the import errors.
      Returns:
      the errors
    • addError

      public void addError(Integer row, String error)
      Adds the given error to the import error list.
      Parameters:
      row - the row
      error - the error