Class SoftLineProduct
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.softline.common.bean.SoftLineProduct
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
Описание продукта SoftLine
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getPrice()
int
int
void
setAmountOfDays
(int amountOfDays) void
setDescription
(String description) void
setPeriodType
(SoftLineSubscriptionPeriodType periodType) void
setPrice
(BigDecimal price) void
setProductCategoryId
(int productCategoryId) void
setServiceId
(int serviceId) void
setSoftLineCode
(String softLineCode) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
SoftLineProduct
public SoftLineProduct()
-
-
Method Details
-
getDescription
-
setDescription
-
getSoftLineCode
-
setSoftLineCode
-
getPrice
-
setPrice
-
getServiceId
public int getServiceId() -
setServiceId
public void setServiceId(int serviceId) -
getPeriodType
-
setPeriodType
-
getAmountOfDays
public int getAmountOfDays() -
setAmountOfDays
public void setAmountOfDays(int amountOfDays) -
getProductCategoryId
public int getProductCategoryId() -
setProductCategoryId
public void setProductCategoryId(int productCategoryId)
-