Class WarehouseMaterialStockImportInput

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

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

    • WarehouseMaterialStockImportInput

      public WarehouseMaterialStockImportInput()
      Instantiates a new warehouse material stock import input.
  • Method Details

    • getRows

      Returns the import rows.
      Returns:
      a list of WarehouseMaterialStockImportRow elements
    • addRow

      public void addRow(WarehouseMaterialStockImportRow row)
      Adds the given WarehouseMaterialStockImportRow to the import row list.
      Parameters:
      row - the WarehouseMaterialStockImportRow
    • getReferenceDate

      public Date getReferenceDate()
      Returns the reference date.
      Returns:
      the reference date
    • setReferenceDate

      public void setReferenceDate(Date referenceDate)
      Sets the reference date.
      Parameters:
      referenceDate - the reference date
    • getResourceUuid

      public String getResourceUuid()
      Returns the resource uuid.
      Returns:
      the resource uuid
    • setResourceUuid

      public void setResourceUuid(String resourceUuid)
      Sets the resource uuid.
      Parameters:
      resourceUuid - the resource uuid
    • getLogHelper

      public LogHelper getLogHelper()
      Returns the log helper.
      Returns:
      the log helper
    • setLogHelper

      public void setLogHelper(LogHelper logHelper)
      Sets the log helper.
      Parameters:
      logHelper - the log helper