Class WarehouseOperationCreationManualInput

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

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

    • WarehouseOperationCreationManualInput

      public WarehouseOperationCreationManualInput()
      Instantiates a new warehouse operation creation manual input.
  • Method Details

    • getOperationType

      public Long getOperationType()
      Returns the id of the operation type.
      Returns:
      the operation type id
      See Also:
    • setOperationType

      public void setOperationType(Long operationType)
      Sets the id of the operation type.
      Parameters:
      operationType - the operation type id
      See Also:
    • getWarehouse

      public Long getWarehouse()
      Returns the warehouse id.
      Returns:
      the warehouse id.
      See Also:
    • setWarehouse

      public void setWarehouse(Long warehouse)
      Sets the warehouse id.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • 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
    • getMaterials

      public List<WarehouseOperationCreationMaterial> getMaterials()
      Returns:
      a list of material
      See Also:
    • addMaterials

      public void addMaterials(WarehouseOperationCreationMaterial material)
      Adds the given WarehouseOperationCreationMaterial to the input list.
      Parameters:
      material - the material to add
    • 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