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
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
void
setContractId
(int contractId) void
setContractTitle
(String contractTitle) void
setDeviceId
(int deviceId) void
setDeviceTitle
(String deviceTitle) void
setErrorCode
(int errorCode) void
setErrorCount
(int errorCount) void
setErrorText
(String errorText) void
setLastErrorTime
(Date lastErrorTime) void
setLogCoordinateRecordId
(int logRecordId) void
setServId
(int servId) void
setServTitle
(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)
-