java.lang.Object
de.hybris.platform.commercefacades.product.data.StockData
All Implemented Interfaces:
Serializable

public class StockData extends Object implements Serializable
See Also:
  • Constructor Details

    • StockData

      public StockData()
  • Method Details

    • setStockLevelStatus

      public void setStockLevelStatus(StockLevelStatus stockLevelStatus)
    • getStockLevelStatus

      public StockLevelStatus getStockLevelStatus()
    • setStockLevel

      public void setStockLevel(Long stockLevel)
    • getStockLevel

      public Long getStockLevel()
    • setStockThreshold

      public void setStockThreshold(Integer stockThreshold)
    • getStockThreshold

      public Integer getStockThreshold()
    • setInStockStatus

      public void setInStockStatus(InStockStatus inStockStatus)
    • getInStockStatus

      public InStockStatus getInStockStatus()