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:
Serializable,GuiTitlable,Idable,ListItem
Bean для типа устройства модуля Voice.
Можно использовать как справочник: getDirectory( VoiceDeviceType.class )...
- See Also:
-
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_TELNET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionПолучение класса-обработчика логов АТС.Получение класс-обработчика активации аккаунта модуля voicebooleanisNas()setId(int id) Устанавливает id объектаsetMediationHandlerClass(String mediationHandlerClass) Установка класса-обработчика логов АТС.setMediationRuntimeHandlerClass(String mediationRuntimeHandlerClass) setNas(boolean nas) voidsetOmHandlerClass(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, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
VoiceDeviceType
public VoiceDeviceType() -
VoiceDeviceType
-
-
Method Details
-
getMediationHandlerClass
Получение класса-обработчика логов АТС.- Returns:
- класс-обработчик логов.
-
getMediationRuntimeHandlerClass
-
getOmHandlerClass
Получение класс-обработчика активации аккаунта модуля voice- Returns:
-
isNas
public boolean isNas() -
setId
Description copied from class:IdУстанавливает id объекта -
setMediationHandlerClass
Установка класса-обработчика логов АТС.- Parameters:
mediationHandlerClass- класс-обработчик логов.
-
setMediationRuntimeHandlerClass
-
setNas
-
setOmHandlerClass
Установка класса-обработчика- Parameters:
omHandlerClass-
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-