Class RSCMService

java.lang.Object
ru.bitel.bgbilling.modules.rscm.common.bean.RSCMService
All Implemented Interfaces:
Idable

public class RSCMService extends Object implements Idable
Параметры услуги модуля RSCM.
  • Constructor Details

    • RSCMService

      public RSCMService()
  • Method Details

    • getId

      public int getId()
      Description copied from interface: Idable
      Возвращает id объекта
      Specified by:
      getId in interface Idable
      Returns:
    • getInstallmentData

      public String getInstallmentData()
    • getServiceId

      public int getServiceId()
    • getServiceTitle

      public String getServiceTitle()
    • getUnit

      public String getUnit()
    • setId

      public RSCMService setId(int id)
    • setInstallmentData

      public RSCMService setInstallmentData(String installmentData)
    • setServiceId

      public RSCMService setServiceId(int serviceId)
    • setServiceTitle

      public RSCMService setServiceTitle(String serviceTitle)
    • setUnit

      public RSCMService setUnit(String unit)