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:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder
-
Field Summary
Fields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VoiceOperAccount.Builder
builder()
byte
int
void
setCallType
(byte callType) void
setDeviceId
(int deviceId) Установка кода устройства, к которому привязывается аккаунтvoid
setFromPortList
(List<VoiceAccountPort> fromPortList) 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) toString()
Methods inherited from class ru.bitel.bgbilling.modules.voice.common.bean.AbtractVoiceAccount
copyTo, getContractComment, getContractId, getContractTitle, getDateFrom, getDateTo, getDeviceId, getObjectId, getTypeId, setContractComment, setContractId, setContractTitle, setDateFrom, setDateTo, setObjectId, setTypeId
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityId
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecId
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
VoiceOperAccount
public VoiceOperAccount()
-
-
Method Details
-
getCallType
public byte getCallType() -
getFromPortList
-
getNoRegexpA
-
getNoRegexpB
-
getRegexpA
-
getRegexpB
-
getRegexpFromPorts
-
getRegexpToPorts
-
getServiceId
public int getServiceId() -
getToPortList
-
setCallType
public void setCallType(byte callType) -
setDeviceId
public void setDeviceId(int deviceId) Description copied from class:AbtractVoiceAccount
Установка кода устройства, к которому привязывается аккаунт- Overrides:
setDeviceId
in classAbtractVoiceAccount
- Parameters:
deviceId
- код устройства
-
setFromPortList
-
setNoRegexpA
-
setNoRegexpB
-
setRegexpA
-
setRegexpB
-
setRegexpFromPorts
-
setRegexpToPorts
-
setServiceId
public void setServiceId(int serviceId) -
setToPortList
-
toString
-
builder
-