Class GeneratedSessionEndEvent

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

public abstract class GeneratedSessionEndEvent extends SessionEvent
Generated class for type SessionEndEvent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSessionEndEvent

      public GeneratedSessionEndEvent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedSessionEvent
    • 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