Class WarehouseOperationMovementInput

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

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

    • WarehouseOperationMovementInput

      public WarehouseOperationMovementInput()
  • Method Details

    • getWarehouseOperation

      public Long getWarehouseOperation()
      Returns the warehouse operation movement input warehouse operation id .
      Returns:
      the warehouse operation movement input warehouse operation id
      See Also:
    • setWarehouseOperation

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