Class WarehouseTransactionEvaluateInput

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

public class WarehouseTransactionEvaluateInput extends DynO
Since:
13.0
See Also:
  • Constructor Details

    • WarehouseTransactionEvaluateInput

      public WarehouseTransactionEvaluateInput()
  • Method Details

    • getTransaction

      public final BOWarehouseTransaction getTransaction()
      Returns the transaction.
      Returns:
      the transaction
    • setTransaction

      public final void setTransaction(BOWarehouseTransaction transaction)
      Sets the transaction.
      Parameters:
      transaction - the transaction
    • getSerializedMaterial

      public Collection<Long> getSerializedMaterial()
      Returns the serialized material.
      Returns:
      the serialized material
    • setSerializedMaterial

      public void setSerializedMaterial(Collection<Long> serializedMaterial)
      Sets the serialized material.
      Parameters:
      serializedMaterial - the serialized material
    • getCheckActiveMaterial

      public boolean getCheckActiveMaterial()
      Verifies whether the check on active materials must be executed during the transaction check process.
      Returns:
      true the check must be executed, false otherwise
    • setCheckActiveMaterial

      public void setCheckActiveMaterial(boolean checkActiveMaterial)
      Sets the execution of the check on active materials during the transaction check process.
      Parameters:
      checkActiveMaterial - the check active material
    • isCheckStockQuantity

      public boolean isCheckStockQuantity()
      Verifies if the checks on stock quantity are enabled.
      Returns:
      true if the checks on stock quantity are enabled, false otherwise
    • setCheckStockQuantity

      public void setCheckStockQuantity(boolean checkStockQuantity)
      Sets the execution of the check on stock quantities. Default value is true.
      Parameters:
      checkStockQuantity - the check enabling value