Class StockHistoryInput

java.lang.Object
overit.geocallapp.wfm.inventory.ux.stock.history.StockHistoryInput

public class StockHistoryInput extends Object
Object used as input bean for the StockHistory page.
Since:
14.0
  • Constructor Details

    • StockHistoryInput

      public StockHistoryInput()
  • Method Details

    • 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:
    • 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:
    • 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: