Class ProductOffering
java.lang.Object
ru.bitel.oss.systems.inventory.product.common.bean.ProductOffering
- All Implemented Interfaces:
GuiTitlable,Idable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionСтрока - имя объекта.intgetId()Возвращает id объектаintintgetPrice()booleanisEnable()setActivationModeList(List<ProductOfferingActivationMode> activationModeList) setDescription(String description) setEnable(boolean enable) setPeriodAmount(int periodAmount) setPeriodMode(int periodMode) setPrice(BigDecimal price) setProductSpec(ProductSpec productSpec) toString()
-
Constructor Details
-
ProductOffering
public ProductOffering()
-
-
Method Details
-
getActivationModeList
-
getDescription
-
getGuiTitle
Description copied from interface:GuiTitlableСтрока - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitlein interfaceGuiTitlable- Returns:
- Строка - представление объекта.
-
getId
public int getId()Description copied from interface:IdableВозвращает id объекта -
getPeriodAmount
public int getPeriodAmount() -
getPeriodMode
public int getPeriodMode() -
getPrice
-
getProductSpec
-
isEnable
public boolean isEnable() -
setActivationModeList
public ProductOffering setActivationModeList(List<ProductOfferingActivationMode> activationModeList) -
setDescription
-
setEnable
-
setPeriodAmount
-
setPeriodMode
-
setPrice
-
setProductSpec
-
toString
-