Class WarehouseMaterialMassiveInsertOutput

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

public class WarehouseMaterialMassiveInsertOutput extends DynO
Output object for the WarehouseMaterialMassiveInsertEvent.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • WarehouseMaterialMassiveInsertOutput

      public WarehouseMaterialMassiveInsertOutput()
  • Method Details

    • getInserted

      public int getInserted()
      Returns the number of inserted warehouse materials.
      Returns:
      the number of inserted warehouse materials
    • setInserted

      public void setInserted(int inserted)
      Sets the number of inserted warehouse materials.
      Parameters:
      inserted - the number of inserted warehouse materials
    • getErrors

      public int getErrors()
      Returns the number of errors occurred during the massive warehouse materials insertion
      Returns:
      the number of errors occurred during the massive warehouse materials insertion
    • setErrors

      public void setErrors(int errors)
      Sets the number of errors occurred during the massive warehouse materials insertion.
      Parameters:
      errors - the number of errors occurred during the massive warehouse materials insertion
    • getErrorsMessages

      public Map<String,String> getErrorsMessages()
      Returns the errors messages occurred during the massive warehouse materials insertion.
      Returns:
      the errors messages
    • setErrorsMessages

      public void setErrorsMessages(Map<String,String> errorsMessages)
      Sets the errors messages occurred during the massive warehouse materials insertion.
      Parameters:
      errorsMessages - the errors messages