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
Класс-модель Направление модуля Voice. Характеризуется кодом, названием,
привязывается к определенному оператору.
Используется при тарификации при определении направления звонка.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionVoiceDestination
(int id, String title) VoiceDestination
(String title) VoiceDestination
(String title, int operatorId) -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<Integer,
VoiceDestination> getDestinationMap
(List<VoiceDestination> destinationList) int
Получение кода оператора, к которому привязано направление.void
setOperatorId
(int operatorId) Установка кода оператора, к которому привязано направление.Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
VoiceDestination
public VoiceDestination() -
VoiceDestination
-
VoiceDestination
-
VoiceDestination
-
-
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)
-