Class WarehouseAgendaMaterialStockQuantityCheckInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.event.WarehouseAgendaMaterialStockQuantityCheckInput
All Implemented Interfaces:
Serializable

public class WarehouseAgendaMaterialStockQuantityCheckInput extends Object implements Serializable
Business object representing the input of WarehouseAgendaMaterialStockQuantityCheckEvent.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • WarehouseAgendaMaterialStockQuantityCheckInput

      public WarehouseAgendaMaterialStockQuantityCheckInput()
  • Method Details

    • getMaterial

      public BOMaterial getMaterial()
      Returns the material.
      Returns:
      the material
    • setMaterial

      public void setMaterial(BOMaterial material)
      Sets the material.
      Parameters:
      material - the material
    • getWarehouse

      public Long getWarehouse()
      Returns the warehouse agenda material stock quantity check input warehouse id .
      Returns:
      the warehouse agenda material stock quantity check input warehouse id
      See Also:
    • setWarehouse

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

      public Long getStockType()
      Returns the stock type id.
      Returns:
      the stock type id
      See Also:
    • setStockType

      public void setStockType(Long stockType)
      Sets the stock type id.
      Parameters:
      stockType - the stock type 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