Class VoiceAuthError
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.voice.common.bean.VoiceAuthError
- All Implemented Interfaces:
java.io.Serializable,Idable
public class VoiceAuthError extends Id
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VoiceAuthError() -
Method Summary
Modifier and Type Method Description intgetAccountId()java.lang.StringgetAccountTitle()intgetContractId()java.lang.StringgetContractTitle()intgetDeviceId()java.lang.StringgetDeviceTitle()intgetErrorCode()java.lang.StringgetErrorText()java.util.DategetLastErrorTime()intgetLogCoordinateRecordId()voidsetAccountId(int accountId)voidsetAccountTitle(java.lang.String accountTitle)voidsetContractId(int contractId)voidsetContractTitle(java.lang.String contractTitle)voidsetDeviceId(int deviceId)voidsetDeviceTitle(java.lang.String deviceTitle)voidsetErrorCode(int errorCode)voidsetErrorText(java.lang.String errorText)voidsetLastErrorTime(java.util.Date lastErrorTime)voidsetLogCoordinateRecordId(int logCoordinateRecordId)Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
VoiceAuthError
public VoiceAuthError()
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode) -
getErrorText
public java.lang.String getErrorText() -
setErrorText
public void setErrorText(java.lang.String errorText) -
getDeviceId
public int getDeviceId() -
setDeviceId
public void setDeviceId(int deviceId) -
getDeviceTitle
public java.lang.String getDeviceTitle() -
setDeviceTitle
public void setDeviceTitle(java.lang.String deviceTitle) -
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getContractTitle
public java.lang.String getContractTitle() -
setContractTitle
public void setContractTitle(java.lang.String contractTitle) -
getLastErrorTime
public java.util.Date getLastErrorTime() -
setLastErrorTime
public void setLastErrorTime(java.util.Date lastErrorTime) -
getLogCoordinateRecordId
public int getLogCoordinateRecordId() -
setLogCoordinateRecordId
public void setLogCoordinateRecordId(int logCoordinateRecordId) -
getAccountId
public int getAccountId() -
setAccountId
public void setAccountId(int accountId) -
getAccountTitle
public java.lang.String getAccountTitle() -
setAccountTitle
public void setAccountTitle(java.lang.String accountTitle)
-