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,ContractIdable,GuiTitlable,Idable,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyteintsetCallType(byte callType) setContractId(int contractId) Установка кода договора для аккаунтаsetDeviceId(int deviceId) Установка кода устройства, к которому привязывается аккаунтsetFromPortList(List<VoiceAccountPort> fromPortList) setNoRegexpA(String noRegexpA) setNoRegexpB(String noRegexpB) setRegexpA(String regexpA) setRegexpB(String regexpB) setRegexpFromPorts(String regexpFromPorts) setRegexpToPorts(String regexpToPorts) setServiceId(int serviceId) setToPortList(List<VoiceAccountPort> toPortList) setTypeId(int typeId) Установка кода типа аккаунтаtoString()Methods inherited from class ru.bitel.bgbilling.modules.voice.common.bean.AbtractVoiceAccount
copyTo, getContractComment, getContractId, getContractTitle, getDateFrom, getDateTo, getDeviceId, getObjectId, getTypeId, setContractComment, setContractTitle, setDateFrom, setDateTo, setObjectIdMethods 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, setId, setTitle, to, toIdTitleMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
VoiceOperAccount
public VoiceOperAccount()
-
-
Method Details
-
getCallType
public byte getCallType() -
getFromPortList
-
getNoRegexpA
-
getNoRegexpB
-
getRegexpA
-
getRegexpB
-
getRegexpFromPorts
-
getRegexpToPorts
-
getServiceId
public int getServiceId() -
getToPortList
-
setCallType
-
setDeviceId
Description copied from class:AbtractVoiceAccountУстановка кода устройства, к которому привязывается аккаунт- Overrides:
setDeviceIdin classAbtractVoiceAccount- Parameters:
deviceId- код устройства
-
setFromPortList
-
setTypeId
Description copied from class:AbtractVoiceAccountУстановка кода типа аккаунта- Overrides:
setTypeIdin classAbtractVoiceAccount- Parameters:
typeId- код типа аккаунта
-
setNoRegexpA
-
setNoRegexpB
-
setRegexpA
-
setRegexpB
-
setRegexpFromPorts
-
setRegexpToPorts
-
setServiceId
-
setToPortList
-
setContractId
Description copied from class:AbtractVoiceAccountУстановка кода договора для аккаунта- Overrides:
setContractIdin classAbtractVoiceAccount- Parameters:
contractId- код договора
-
toString
-