Class VoiceOperAccount
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.bgbilling.modules.voice.common.bean.AbtractVoiceAccount
ru.bitel.bgbilling.modules.voice.common.bean.VoiceOperAccount
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.voice.common.bean.AbtractVoiceAccount
contractComment, deviceId
Fields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte
int
Получение кода устройства, к которому привязан аккаунт.Получение списка портов, с которых может поступить звонок от абонента.int
void
setCallType
(byte callType) void
setDeviceId
(int deviceId) Установка кода устройства, к которому привязывается аккаунтvoid
setFromPortList
(List<VoiceAccountPort> fromPortList) void
setFromPorts
(String fromPorts) Установка списка портов, с которых может поступить звонок от абонента.void
setNoRegexpA
(String noRegexpA) void
setNoRegexpB
(String noRegexpB) void
setRegexpA
(String regexpA) void
setRegexpB
(String regexpB) void
setRegexpFromPorts
(String regexpFromPorts) void
setRegexpToPorts
(String regexpToPorts) void
setServiceId
(int serviceId) void
setToPortList
(List<VoiceAccountPort> toPortList) void
setToPorts
(String toPorts) toString()
Methods inherited from class ru.bitel.bgbilling.modules.voice.common.bean.AbtractVoiceAccount
getContractComment, getContractId, getContractTitle, getDateFrom, getDateTo, getTypeId, setContractComment, setContractId, setContractTitle, setDateFrom, setDateTo, setTypeId
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
getEntityId, setEntityId
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecId
Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toIdTitle
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
VoiceOperAccount
public VoiceOperAccount()
-
-
Method Details
-
getRegexpFromPorts
-
setRegexpFromPorts
-
getRegexpToPorts
-
setRegexpToPorts
-
getRegexpA
-
setRegexpA
-
getNoRegexpA
-
setNoRegexpA
-
getRegexpB
-
setRegexpB
-
getNoRegexpB
-
setNoRegexpB
-
getDeviceId
public int getDeviceId()Description copied from class:AbtractVoiceAccount
Получение кода устройства, к которому привязан аккаунт.- Overrides:
getDeviceId
in classAbtractVoiceAccount
- Returns:
- код устройства
-
setDeviceId
public void setDeviceId(int deviceId) Description copied from class:AbtractVoiceAccount
Установка кода устройства, к которому привязывается аккаунт- Overrides:
setDeviceId
in classAbtractVoiceAccount
- Parameters:
deviceId
- код устройства
-
toString
-
getFromPorts
Получение списка портов, с которых может поступить звонок от абонента. Порты могут быть перечислены через запятую.- Returns:
- список портов
-
setFromPorts
Установка списка портов, с которых может поступить звонок от абонента. Порты могут быть перечислены через запятую- Parameters:
fromPorts
-
-
getToPorts
-
setToPorts
-
getFromPortList
-
setFromPortList
-
getToPortList
-
setToPortList
-
getCallType
public byte getCallType() -
setCallType
public void setCallType(byte callType) -
getServiceId
public int getServiceId() -
setServiceId
public void setServiceId(int serviceId)
-