Class InetAuthError

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.inet.common.bean.InetAuthError
All Implemented Interfaces:
Serializable, Idable

public class InetAuthError extends Id
See Also:
  • Constructor Details

    • InetAuthError

      public InetAuthError()
    • InetAuthError

      public InetAuthError(int id)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • setErrorCode

      public InetAuthError setErrorCode(int errorCode)
    • getErrorText

      public String getErrorText()
    • setErrorText

      public InetAuthError setErrorText(String errorText)
    • getDeviceId

      public int getDeviceId()
    • setDeviceId

      public InetAuthError setDeviceId(int deviceId)
    • getDeviceTitle

      public String getDeviceTitle()
    • setDeviceTitle

      public InetAuthError setDeviceTitle(String deviceTitle)
    • getContractId

      public int getContractId()
    • setContractId

      public InetAuthError setContractId(int contractId)
    • getContractTitle

      public String getContractTitle()
    • setContractTitle

      public InetAuthError setContractTitle(String contractTitle)
    • getServId

      public int getServId()
    • setServId

      public InetAuthError setServId(int servId)
    • getServTitle

      public String getServTitle()
    • setServTitle

      public InetAuthError setServTitle(String servTitle)
    • getLastErrorTime

      public Date getLastErrorTime()
    • setLastErrorTime

      public InetAuthError setLastErrorTime(Date lastErrorTime)
    • getErrorCount

      public int getErrorCount()
    • setErrorCount

      public InetAuthError setErrorCount(int errorCount)
    • getLogCoordinateRecordId

      public int getLogCoordinateRecordId()
    • setLogCoordinateRecordId

      public InetAuthError setLogCoordinateRecordId(int logRecordId)