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 TypeMethodDescriptionintintintintintintsetContractId(int contractId) setContractTitle(String contractTitle) setDeviceId(int deviceId) setDeviceTitle(String deviceTitle) setErrorCode(int errorCode) setErrorCount(int errorCount) setErrorText(String errorText) setLastErrorTime(Date lastErrorTime) setLogCoordinateRecordId(int logRecordId) setServId(int servId) setServTitle(String servTitle)
-
Constructor Details
-
InetAuthError
public InetAuthError() -
InetAuthError
public InetAuthError(int id)
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
setErrorCode
-
getErrorText
-
setErrorText
-
getDeviceId
public int getDeviceId() -
setDeviceId
-
getDeviceTitle
-
setDeviceTitle
-
getContractId
public int getContractId() -
setContractId
-
getContractTitle
-
setContractTitle
-
getServId
public int getServId() -
setServId
-
getServTitle
-
setServTitle
-
getLastErrorTime
-
setLastErrorTime
-
getErrorCount
public int getErrorCount() -
setErrorCount
-
getLogCoordinateRecordId
public int getLogCoordinateRecordId() -
setLogCoordinateRecordId
-