Class AttendeeComment


  • public class AttendeeComment
    extends Object
    • Constructor Detail

      • AttendeeComment

        public AttendeeComment​(String attendeeComment,
                               String attendeeId,
                               String commentModifierUserId)
        Constructor
        Parameters:
        attendeeComment - holds the comment of the attendee in the timeslot
        attendeeId - the attendee's Id
        commentModifierUserId - current user's Id / comment modifier's Id
    • Method Detail

      • getAttendeeComment

        public String getAttendeeComment()
      • setAttendeeComment

        public void setAttendeeComment​(String attendeeComment)
      • getAttendeeId

        public String getAttendeeId()
      • setAttendeeId

        public void setAttendeeId​(String attendeeId)
      • getCommentModifierUserId

        public String getCommentModifierUserId()
      • setCommentModifierUserId

        public void setCommentModifierUserId​(String commentModifierUserId)