Class StockData

  • All Implemented Interfaces:
    java.io.Serializable

    public class StockData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • StockData

        public StockData()
    • Method Detail

      • setStockLevelStatus

        public void setStockLevelStatus​(StockLevelStatus stockLevelStatus)
      • setStockLevel

        public void setStockLevel​(java.lang.Long stockLevel)
      • getStockLevel

        public java.lang.Long getStockLevel()
      • setStockThreshold

        public void setStockThreshold​(java.lang.Integer stockThreshold)
      • getStockThreshold

        public java.lang.Integer getStockThreshold()