Class VoiceDeviceType
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
ru.bitel.oss.kernel.entity.common.bean.Entity
ru.bitel.oss.systems.inventory.resource.common.bean.DeviceType
ru.bitel.bgbilling.modules.voice.common.bean.VoiceDeviceType
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class VoiceDeviceType extends DeviceType
Bean для типа устройства модуля Voice.
Можно использовать как справочник: getContext().getDirectory( VoiceDeviceType.class )...
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class ru.bitel.oss.systems.inventory.resource.common.bean.DeviceType
MGMT_TYPE_BGRADIUS, MGMT_TYPE_OTHER, MGMT_TYPE_SNMP, MGMT_TYPE_SSH, MGMT_TYPE_TELNETFields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId -
Constructor Summary
Constructors Constructor Description VoiceDeviceType()VoiceDeviceType(int id, java.lang.String title) -
Method Summary
Modifier and Type Method Description java.lang.StringgetMediationHandlerClass()Получение класса-обработчика логов АТС.java.lang.StringgetMediationRuntimeHandlerClass()java.lang.StringgetOmHandlerClass()Получение класс-обработчика активации аккаунта модуля voicebooleanisNas()voidsetMediationHandlerClass(java.lang.String mediationHandlerClass)Установка класса-обработчика логов АТС.voidsetMediationRuntimeHandlerClass(java.lang.String mediationRuntimeHandlerClass)voidsetNas(boolean nas)voidsetOmHandlerClass(java.lang.String omHandlerClass)Установка класса-обработчикаMethods inherited from class ru.bitel.oss.systems.inventory.resource.common.bean.DeviceType
getActiveConfigId, getComment, getConfig, getDeviceEntitySpecId, getDeviceManagerClass, getManagmentType, getProtocolHandlerClass, getSaHandlerClass, getServiceActivationType, isSource, setActiveConfigId, setComment, setConfig, setDeviceEntitySpecId, setDeviceManagerClass, setManagmentType, setProtocolHandlerClass, setSaHandlerClass, setServiceActivationType, setSourceMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityIdMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecIdMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
VoiceDeviceType
public VoiceDeviceType() -
VoiceDeviceType
public VoiceDeviceType(int id, java.lang.String title)
-
-
Method Details
-
getMediationHandlerClass
public java.lang.String getMediationHandlerClass()Получение класса-обработчика логов АТС.- Returns:
- класс-обработчик логов.
-
setMediationHandlerClass
public void setMediationHandlerClass(java.lang.String mediationHandlerClass)Установка класса-обработчика логов АТС.- Parameters:
mediationHandlerClass- класс-обработчик логов.
-
isNas
public boolean isNas() -
setNas
public void setNas(boolean nas) -
getOmHandlerClass
public java.lang.String getOmHandlerClass()Получение класс-обработчика активации аккаунта модуля voice- Returns:
-
setOmHandlerClass
public void setOmHandlerClass(java.lang.String omHandlerClass)Установка класса-обработчика- Parameters:
omHandlerClass-
-
getMediationRuntimeHandlerClass
public java.lang.String getMediationRuntimeHandlerClass() -
setMediationRuntimeHandlerClass
public void setMediationRuntimeHandlerClass(java.lang.String mediationRuntimeHandlerClass)
-