Class VoiceAuthError

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdContractId
ru.bitel.bgbilling.modules.voice.common.bean.VoiceAuthError
All Implemented Interfaces:
Serializable, ContractIdable, Idable

public class VoiceAuthError extends IdContractId
See Also:
  • Constructor Details

    • VoiceAuthError

      public VoiceAuthError()
  • Method Details

    • getAccountId

      public int getAccountId()
    • getAccountTitle

      public String getAccountTitle()
    • getContractTitle

      public String getContractTitle()
    • getDeviceId

      public int getDeviceId()
    • getDeviceTitle

      public String getDeviceTitle()
    • getErrorCode

      public int getErrorCode()
    • getErrorText

      public String getErrorText()
    • getLastErrorTime

      public Date getLastErrorTime()
    • getLogCoordinateRecordId

      public int getLogCoordinateRecordId()
    • setAccountId

      public VoiceAuthError setAccountId(int accountId)
    • setAccountTitle

      public VoiceAuthError setAccountTitle(String accountTitle)
    • setContractId

      public VoiceAuthError setContractId(int contractId)
      Overrides:
      setContractId in class IdContractId
    • setContractTitle

      public VoiceAuthError setContractTitle(String contractTitle)
    • setDeviceId

      public VoiceAuthError setDeviceId(int deviceId)
    • setDeviceTitle

      public VoiceAuthError setDeviceTitle(String deviceTitle)
    • setErrorCode

      public VoiceAuthError setErrorCode(int errorCode)
    • setErrorText

      public VoiceAuthError setErrorText(String errorText)
    • setId

      public VoiceAuthError setId(int id)
      Description copied from class: Id
      Устанавливает id объекта
      Overrides:
      setId in class Id
    • setLastErrorTime

      public VoiceAuthError setLastErrorTime(Date lastErrorTime)
    • setLogCoordinateRecordId

      public VoiceAuthError setLogCoordinateRecordId(int logCoordinateRecordId)