Class VoiceCostMap

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

public class VoiceCostMap extends IdTitle
Модель карты цен модуля Voice.
See Also:
  • Constructor Details

    • VoiceCostMap

      public VoiceCostMap()
  • Method Details

    • getComment

      public String getComment()
      Получение комментария для карты цен.
      Returns:
      комментарий.
    • getOperatorId

      public int getOperatorId()
    • setComment

      public VoiceCostMap setComment(String comment)
      Установка комментария для карты цен.
      Parameters:
      comment - комментарий.
    • setId

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

      public VoiceCostMap setOperatorId(int operatorId)
    • setTitle

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