Class WarehouseStockChangeCreateOperationInput

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

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

    • WarehouseStockChangeCreateOperationInput

      public WarehouseStockChangeCreateOperationInput()
  • Method Details

    • getWarehouse

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

      public void setWarehouse(Long warehouse)
      Sets the id of the warehouse.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getMaterial

      public Long getMaterial()
      Returns the id of the material.
      Returns:
      the material id
      See Also:
    • setMaterial

      public void setMaterial(Long material)
      Sets the id of the material.
      Parameters:
      material - the material id
      See Also:
    • getSerializedMaterial

      public Collection<Long> getSerializedMaterial()
      Returns the collection of serialized material ids.
      Returns:
      the serialized material ids
      See Also:
    • setSerializedMaterial

      public void setSerializedMaterial(Collection<Long> serializedMaterial)
      Sets the collection of serialized material ids.
      Parameters:
      serializedMaterial - the serialized material ids
      See Also:
    • getOutgoingStockType

      public Long getOutgoingStockType()
      Returns the outgoing stock type id.
      Returns:
      the outgoing stock type id
      See Also:
    • setOutgoingStockType

      public void setOutgoingStockType(Long outgoingStockType)
      Sets the outgoing stock type id.
      Parameters:
      outgoingStockType - the outgoing stock type id
      See Also:
    • getIncomingStockType

      public Long getIncomingStockType()
      Returns the incoming stock type id.
      Returns:
      the incoming stock type id
      See Also:
    • setIncomingStockType

      public void setIncomingStockType(Long incomingStockType)
      Sets the incoming stock type id.
      Parameters:
      incomingStockType - the incoming stock type id
      See Also:
    • getMeasureUnit

      public Long getMeasureUnit()
      Returns the id of the measure unit.
      Returns:
      the measure unit id
      See Also:
    • setMeasureUnit

      public void setMeasureUnit(Long measureUnit)
      Sets the id of the measure unit.
      Parameters:
      measureUnit - the measure unit id
      See Also:
    • getQuantity

      public Double getQuantity()
      Returns the material quantity.
      Returns:
      the material quantity
    • setQuantity

      public void setQuantity(Double quantity)
      Sets the material quantity.
      Parameters:
      quantity - the material quantity
    • 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