Class WarehouseStockChangeHandleInput

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

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

    • WarehouseStockChangeHandleInput

      public WarehouseStockChangeHandleInput()
  • Method Details

    • getStockChange

      public Long getStockChange()
      Returns the id of the stock change.
      Returns:
      the stock change id
      See Also:
    • setStockChange

      public void setStockChange(Long stockChange)
      Sets the id of the stock change.
      Parameters:
      stockChange - the stock change id
      See Also:
    • getOperation

      public Long getOperation()
      Returns the id of the warehouse operation.
      Returns:
      the warehouse operation id
      See Also:
    • setOperation

      public void setOperation(Long operation)
      Sets the id of the warehouse operation.
      Parameters:
      operation - the warehouse operation id
      See Also:
    • getHandleOperation

      public Boolean getHandleOperation()
      Checks if the operation will be immediately handled or not.
      Returns:
      true if the operation will be immediately handled, false otherwise
    • setHandleOperation

      public void setHandleOperation(Boolean handleOperation)
      Sets the operation to be immediately handled.
      Parameters:
      handleOperation - true if the operation must be immediately handled, false otherwise