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:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class Product extends IdTitle
Описание продукта SoftLine
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Product() -
Method Summary
Modifier and Type Method Description intgetAmountOfDays()java.lang.StringgetDescription()SubscriptionPeriodTypegetPeriodType()java.math.BigDecimalgetPrice()intgetProductCategoryId()intgetServiceId()java.lang.StringgetSoftLineCode()voidsetAmountOfDays(int amountOfDays)voidsetDescription(java.lang.String description)voidsetPeriodType(SubscriptionPeriodType periodType)voidsetPrice(java.math.BigDecimal price)voidsetProductCategoryId(int productCategoryId)voidsetServiceId(int serviceId)voidsetSoftLineCode(java.lang.String softLineCode)Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Product
public Product()
-
-
Method Details
-
getDescription
public java.lang.String getDescription() -
setDescription
public void setDescription(java.lang.String description) -
getSoftLineCode
public java.lang.String getSoftLineCode() -
setSoftLineCode
public void setSoftLineCode(java.lang.String softLineCode) -
getPrice
public java.math.BigDecimal getPrice() -
setPrice
public void setPrice(java.math.BigDecimal price) -
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)
-