Class MegafonProduct

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.megafon.common.bean.MegafonProduct
All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class MegafonProduct extends IdTitle
See Also:
  • Constructor Details

    • MegafonProduct

      public MegafonProduct()
  • Method Details

    • getNpayServiceId

      public int getNpayServiceId()
    • getOptionKitId

      public int getOptionKitId()
    • getPrice

      public int getPrice()
    • getProductDescription

      public String getProductDescription()
    • getProductOfferingId

      public String getProductOfferingId()
    • getTariffLabelId

      public int getTariffLabelId()
    • setId

      public MegafonProduct setId(int id)
      Description copied from class: Id
      Устанавливает id объекта
      Overrides:
      setId in class IdTitle
    • setNpayServiceId

      public MegafonProduct setNpayServiceId(int npayServiceId)
    • setOptionKitId

      public MegafonProduct setOptionKitId(int optionKitId)
    • setPrice

      public MegafonProduct setPrice(int price)
    • setProductDescription

      public MegafonProduct setProductDescription(String productDescription)
    • setProductOfferingId

      public MegafonProduct setProductOfferingId(String productOfferingId)
    • setTariffLabelId

      public MegafonProduct setTariffLabelId(int tariffLabelId)
    • setTitle

      public MegafonProduct setTitle(String title)
      Description copied from class: IdTitle
      Устанавливает название (описание) объекта
      Overrides:
      setTitle in class IdTitle