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