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
  • 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

      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)