Class InetAuthError
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.inet.common.bean.InetAuthError
- All Implemented Interfaces:
Serializable,Idable
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintvoidsetContractId(int contractId) voidsetContractTitle(String contractTitle) voidsetDeviceId(int deviceId) voidsetDeviceTitle(String deviceTitle) voidsetErrorCode(int errorCode) voidsetErrorCount(int errorCount) voidsetErrorText(String errorText) voidsetLastErrorTime(Date lastErrorTime) voidsetLogCoordinateRecordId(int logRecordId) voidsetServId(int servId) voidsetServTitle(String servTitle)
-
Constructor Details
-
InetAuthError
public InetAuthError()
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode) -
getErrorText
-
setErrorText
-
getDeviceId
public int getDeviceId() -
setDeviceId
public void setDeviceId(int deviceId) -
getDeviceTitle
-
setDeviceTitle
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getContractTitle
-
setContractTitle
-
getServId
public int getServId() -
setServId
public void setServId(int servId) -
getServTitle
-
setServTitle
-
getLastErrorTime
-
setLastErrorTime
-
getErrorCount
public int getErrorCount() -
setErrorCount
public void setErrorCount(int errorCount) -
getLogCoordinateRecordId
public int getLogCoordinateRecordId() -
setLogCoordinateRecordId
public void setLogCoordinateRecordId(int logRecordId)
-