Class TrafficRangeSpec

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

public class TrafficRangeSpec extends IdTitle
See Also:
  • Constructor Details

    • TrafficRangeSpec

      public TrafficRangeSpec()
  • Method Details

    • setId

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

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

      public String getTitleForCustomer()
    • setTitleForCustomer

      public TrafficRangeSpec setTitleForCustomer(String titleForCustomer)
    • getMode

      public int getMode()
    • setMode

      public TrafficRangeSpec setMode(int mode)
    • getType

      public int getType()
    • setType

      public TrafficRangeSpec setType(int type)
    • getTariffOptionId

      public int getTariffOptionId()
    • setTariffOptionId

      public TrafficRangeSpec setTariffOptionId(int tariffOptionId)
    • getMaxAmountType

      public int getMaxAmountType()
    • setMaxAmountType

      public TrafficRangeSpec setMaxAmountType(int maxAmountType)
    • getMaxAmount

      public long getMaxAmount()
    • setMaxAmount

      public TrafficRangeSpec setMaxAmount(long maxAmount)
    • isTariffOptionDeactivate

      public boolean isTariffOptionDeactivate()
    • setTariffOptionDeactivate

      public TrafficRangeSpec setTariffOptionDeactivate(boolean tariffOptionDeactivate)
    • getComment

      public String getComment()
    • setComment

      public TrafficRangeSpec setComment(String comment)