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

public class Product extends IdTitle
Описание продукта SoftLine
See Also:
  • Constructor Details

    • Product

      public Product()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSoftLineCode

      public String getSoftLineCode()
    • setSoftLineCode

      public void setSoftLineCode(String softLineCode)
    • getPrice

      public BigDecimal getPrice()
    • setPrice

      public void setPrice(BigDecimal price)
    • getServiceId

      public int getServiceId()
    • setServiceId

      public void setServiceId(int serviceId)
    • getPeriodType

      public SubscriptionPeriodType getPeriodType()
    • setPeriodType

      public void setPeriodType(SubscriptionPeriodType periodType)
    • getAmountOfDays

      public int getAmountOfDays()
    • setAmountOfDays

      public void setAmountOfDays(int amountOfDays)
    • getProductCategoryId

      public int getProductCategoryId()
    • setProductCategoryId

      public void setProductCategoryId(int productCategoryId)