Class GeneratedSessionEndEvent

    • Field Detail

      • CUSTOMER

        public static final java.lang.String CUSTOMER
        Qualifier of the SessionEndEvent.customer 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

      • GeneratedSessionEndEvent

        public GeneratedSessionEndEvent()
    • Method Detail

      • getCustomer

        public User getCustomer​(SessionContext ctx)
        Generated method - Getter of the SessionEndEvent.customer attribute.
        Returns:
        the customer
      • getCustomer

        public User getCustomer()
        Generated method - Getter of the SessionEndEvent.customer attribute.
        Returns:
        the customer
      • setCustomer

        public void setCustomer​(SessionContext ctx,
                                User value)
        Generated method - Setter of the SessionEndEvent.customer attribute.
        Parameters:
        value - the customer
      • setCustomer

        public void setCustomer​(User value)
        Generated method - Setter of the SessionEndEvent.customer attribute.
        Parameters:
        value - the customer