Class BGSQueryLogEntry

java.lang.Object
ru.bitel.bgbilling.kernel.bgsecure.server.bean.BGSQueryLogEntry
All Implemented Interfaces:
ContractIdable

public class BGSQueryLogEntry extends Object implements ContractIdable
Запрос к Executer'у
  • Constructor Details

    • BGSQueryLogEntry

      public BGSQueryLogEntry()
  • Method Details

    • getActionId

      public String getActionId()
      Возвращает код действия
      Returns:
    • getActionTitle

      public String getActionTitle()
      Возвращает имя действия
      Returns:
    • getContractId

      public int getContractId()
      Возвращает код договора
      Specified by:
      getContractId in interface ContractIdable
      Returns:
    • getContractTitle

      public String getContractTitle()
      Возвращает номер договора
      Returns:
    • getDate

      public Date getDate()
      Возвращает дату лога
      Returns:
    • getModuleId

      public String getModuleId()
      Возвращает код модуля
      Returns:
    • getModuleName

      public String getModuleName()
      Возвращает имя модуля
      Returns:
    • getQueryString

      public String getQueryString()
      Возвращает строку запроса
      Returns:
    • getRemoteAddr

      public String getRemoteAddr()
      Возвращает адрес, с которого выполнен запрос
      Returns:
    • getUserId

      public int getUserId()
      Возвращает код пользователя
      Returns:
    • getUserName

      public String getUserName()
      Возвращает имя пользователя
      Returns:
    • setActionId

      public BGSQueryLogEntry setActionId(String actionId)
      Устанавливает код действия
      Parameters:
      actionId -
    • setActionTitle

      public BGSQueryLogEntry setActionTitle(String actionTitle)
      Устанавливает имя действия
      Parameters:
      actionTitle -
    • setContractId

      public BGSQueryLogEntry setContractId(int contractId)
      Устанавливает код договора
      Parameters:
      contractId -
    • setContractTitle

      public BGSQueryLogEntry setContractTitle(String contractTitle)
      Устанавливает номер договора
      Parameters:
      contractTitle -
    • setDate

      public BGSQueryLogEntry setDate(Date date)
      Устанавливает дату лога
      Parameters:
      date -
    • setModuleId

      public BGSQueryLogEntry setModuleId(String moduleId)
      Устанавливает код модуля
      Parameters:
      moduleId -
    • setModuleName

      public BGSQueryLogEntry setModuleName(String moduleName)
      Устанавливает имя модуля
      Parameters:
      moduleName -
    • setQueryString

      public BGSQueryLogEntry setQueryString(String queryString)
      Устанавливает строку запроса
      Parameters:
      queryString -
    • setRemoteAddr

      public BGSQueryLogEntry setRemoteAddr(String remoteAddr)
      Устанавливает адрес, с которого выполнен запрос
      Parameters:
      remoteAddr -
    • setUserId

      public BGSQueryLogEntry setUserId(int userId)
      Устанавливает код пользователя
      Parameters:
      userId -
    • setUserName

      public BGSQueryLogEntry setUserName(String userName)
      Устанавливает имя пользователя
      Parameters:
      userName -