Class InternalAttendee

    • Constructor Detail

      • InternalAttendee

        protected InternalAttendee()
        Constructs an empty internal attendee. It is dedicated to the persistence engine.
    • Method Detail

      • getFullName

        public String getFullName()
        Gets the full name of this attendee. The full name is made up of its first name followed of its last name.
        Specified by:
        getFullName in class Attendee
        Returns:
        the attendee full name.
      • getUser

        public User getUser()
        Gets the user in Silverpeas that is behind this attendee.
        Returns:
        the user corresponding to this internal attendee.