Class WarehouseManualOperationHandleInput

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

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

    • WarehouseManualOperationHandleInput

      public WarehouseManualOperationHandleInput()
      Instantiates a new warehouse manual operation handle 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
    • getCheckStockQuantity

      public boolean getCheckStockQuantity()
      Verifies whether the check stock quantity needs to be done.
      Returns:
      true the check stock quantity needs to be done, false otherwise
    • setCheckStockQuantity

      public void setCheckStockQuantity(boolean checkStockQuantity)
      Sets the check stock quantity as needed.
      Parameters:
      checkStockQuantity - true the check stock quantity needs to be done, false otherwise