Class StockQuantityCheckInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.stock.event.StockQuantityCheckInput

public class StockQuantityCheckInput extends Object
Business object representing the input for StockQuantityCheckEvent.
Since:
14.0
GCApi:
bo
  • Constructor Details

    • StockQuantityCheckInput

      public StockQuantityCheckInput()
  • Method Details

    • getMaterial

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

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

      public Long getWarehouse()
      Returns the warehouse id .
      Returns:
      the 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