Class GeneratedSessionEvent

    • Field Detail

      • EVENTTIME

        public static final java.lang.String EVENTTIME
        Qualifier of the SessionEvent.eventTime attribute
        See Also:
        Constant Field Values
      • AGENT

        public static final java.lang.String AGENT
        Qualifier of the SessionEvent.agent attribute
        See Also:
        Constant Field Values
      • SESSIONID

        public static final java.lang.String SESSIONID
        Qualifier of the SessionEvent.sessionID attribute
        See Also:
        Constant Field Values
      • BASESITE

        public static final java.lang.String BASESITE
        Qualifier of the SessionEvent.baseSite attribute
        See Also:
        Constant Field Values
      • GROUPS

        public static final java.lang.String GROUPS
        Qualifier of the SessionEvent.groups attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSessionEvent

        public GeneratedSessionEvent()
    • Method Detail

      • 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 java.util.Date getEventTime​(SessionContext ctx)
        Generated method - Getter of the SessionEvent.eventTime attribute.
        Returns:
        the eventTime - Event creation time.
      • getEventTime

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

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

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

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

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

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

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

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

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

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

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