Class EventLogResult

java.lang.Object
com.priint.pubserver.eventLog.EventLogResult

public class EventLogResult extends Object
Class representing the full information of event log

It contains information about id, created, module, section, session, action and data.

  • Constructor Details

    • EventLogResult

      public EventLogResult()
  • Method Details

    • getId

      public int getId()
      Getter for the id of the event log item

    • setId

      public void setId(int id)
      Setter for the id of the event log item

      Parameters:
      id - id of the event log item
    • getCreated

      public Calendar getCreated()
      Getter for the created of the event log item

    • setCreated

      public void setCreated(Calendar created)
      Setter for the created of the event log item

      Parameters:
      created - time of creation of the item
    • getModule

      public String getModule()
      Getter for the module of the event log item e.g. licenseManager

    • setModule

      public void setModule(String module)
      Setter for the module of the event log item

      Parameters:
      module - module of the event log item e.g. licenseManager
    • getSection

      public String getSection()
      Getter for the section e.g. maxConcurrentUsers

    • setSection

      public void setSection(String section)
      Setter for the section of the event log item

      Parameters:
      section - section of the event log item e.g. maxConcurrentUsers
    • getSession

      public String getSession()
      Getter for the session

    • setSession

      public void setSession(String session)
      Setter for the session

      Parameters:
      session - PubServer session
    • getAction

      public String getAction()
      Getter for the name of the action in the event log e.g. open/close/shutdown

    • setAction

      public void setAction(String action)
      Setter for the action in the event log e.g. open/close/shutdown

      Parameters:
      action - Name of the action e.g. open/close/shutdown
    • getData

      public String getData()
      Getter for the data as Json object

    • setData

      public void setData(String data)
      Setter for the data

      Parameters:
      data - Should be a Json object