Class Product
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.softline.common.bean.Product
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
Описание продукта SoftLine
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getPrice()
int
int
void
setAmountOfDays
(int amountOfDays) void
setDescription
(String description) void
setPeriodType
(SubscriptionPeriodType 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
getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
Product
public Product()
-
-
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)
-