Class StockItemAttributeValue

java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.plugins.shop.common.bean.StockItemAttributeValue
All Implemented Interfaces:
Serializable, Idable

public class StockItemAttributeValue extends Id
See Also:
  • Constructor Details

    • StockItemAttributeValue

      public StockItemAttributeValue()
  • Method Details

    • getStockItemId

      public int getStockItemId()
    • setStockItemId

      public void setStockItemId(int stockItemId)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getAttribute

      public StockItemAttribute getAttribute()
    • setAttribute

      public void setAttribute(StockItemAttribute attribute)