Class GeneratedSessionEvent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SessionEvent

public abstract class GeneratedSessionEvent extends GenericItem
Generated class for type SessionEvent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSessionEvent

      public GeneratedSessionEvent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAgent

      public Employee getAgent(SessionContext ctx)
      Generated method - Getter of the SessionEvent.agent attribute.
      Returns:
      the agent - Any employee.
    • getAgent

      public Employee getAgent()
      Generated method - Getter of the SessionEvent.agent attribute.
      Returns:
      the agent - Any employee.
    • setAgent

      public void setAgent(SessionContext ctx, Employee value)
      Generated method - Setter of the SessionEvent.agent attribute.
      Parameters:
      value - the agent - Any employee.
    • setAgent

      public void setAgent(Employee value)
      Generated method - Setter of the SessionEvent.agent attribute.
      Parameters:
      value - the agent - Any employee.
    • getBaseSite

      public BaseSite getBaseSite(SessionContext ctx)
      Generated method - Getter of the SessionEvent.baseSite attribute.
      Returns:
      the baseSite - Site model where event was created.
    • getBaseSite

      public BaseSite getBaseSite()
      Generated method - Getter of the SessionEvent.baseSite attribute.
      Returns:
      the baseSite - Site model where event was created.
    • setBaseSite

      public void setBaseSite(SessionContext ctx, BaseSite value)
      Generated method - Setter of the SessionEvent.baseSite attribute.
      Parameters:
      value - the baseSite - Site model where event was created.
    • setBaseSite

      public void setBaseSite(BaseSite value)
      Generated method - Setter of the SessionEvent.baseSite attribute.
      Parameters:
      value - the baseSite - Site model where event was created.
    • getEventTime

      public Date getEventTime(SessionContext ctx)
      Generated method - Getter of the SessionEvent.eventTime attribute.
      Returns:
      the eventTime - Event creation time.
    • getEventTime

      public Date getEventTime()
      Generated method - Getter of the SessionEvent.eventTime attribute.
      Returns:
      the eventTime - Event creation time.
    • setEventTime

      public void setEventTime(SessionContext ctx, Date value)
      Generated method - Setter of the SessionEvent.eventTime attribute.
      Parameters:
      value - the eventTime - Event creation time.
    • setEventTime

      public void setEventTime(Date value)
      Generated method - Setter of the SessionEvent.eventTime attribute.
      Parameters:
      value - the eventTime - Event creation time.
    • getGroups

      public List<PrincipalGroup> getGroups(SessionContext ctx)
      Generated method - Getter of the SessionEvent.groups attribute.
      Returns:
      the groups
    • getGroups

      public List<PrincipalGroup> getGroups()
      Generated method - Getter of the SessionEvent.groups attribute.
      Returns:
      the groups
    • setGroups

      public void setGroups(SessionContext ctx, List<PrincipalGroup> value)
      Generated method - Setter of the SessionEvent.groups attribute.
      Parameters:
      value - the groups
    • setGroups

      public void setGroups(List<PrincipalGroup> value)
      Generated method - Setter of the SessionEvent.groups attribute.
      Parameters:
      value - the groups
    • getSessionID

      public String getSessionID(SessionContext ctx)
      Generated method - Getter of the SessionEvent.sessionID attribute.
      Returns:
      the sessionID - Unique identificator.
    • getSessionID

      public String getSessionID()
      Generated method - Getter of the SessionEvent.sessionID attribute.
      Returns:
      the sessionID - Unique identificator.
    • setSessionID

      public void setSessionID(SessionContext ctx, String value)
      Generated method - Setter of the SessionEvent.sessionID attribute.
      Parameters:
      value - the sessionID - Unique identificator.
    • setSessionID

      public void setSessionID(String value)
      Generated method - Setter of the SessionEvent.sessionID attribute.
      Parameters:
      value - the sessionID - Unique identificator.