Class VoiceDestination

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

public class VoiceDestination extends IdTitle
Класс-модель Направление модуля Voice. Характеризуется кодом, названием, привязывается к определенному оператору. Используется при тарификации при определении направления звонка.
See Also:
  • Constructor Details

    • VoiceDestination

      public VoiceDestination()
    • VoiceDestination

      public VoiceDestination(int id, String title)
    • VoiceDestination

      public VoiceDestination(String title, int operatorId)
    • VoiceDestination

      public VoiceDestination(String title)
  • Method Details

    • getOperatorId

      public int getOperatorId()
      Получение кода оператора, к которому привязано направление.
      Returns:
      код оператора.
    • setOperatorId

      public void setOperatorId(int operatorId)
      Установка кода оператора, к которому привязано направление.
      Parameters:
      operatorId - код оператора.
    • getDestinationMap

      public static Map<Integer,VoiceDestination> getDestinationMap(List<VoiceDestination> destinationList)