Class AttendeeComment
- java.lang.Object
-
- org.sakaiproject.signup.logic.messages.AttendeeComment
-
public class AttendeeComment extends Object
-
-
Constructor Summary
Constructors Constructor Description AttendeeComment(String attendeeComment, String attendeeId, String commentModifierUserId)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttendeeComment()StringgetAttendeeId()StringgetCommentModifierUserId()voidsetAttendeeComment(String attendeeComment)voidsetAttendeeId(String attendeeId)voidsetCommentModifierUserId(String commentModifierUserId)
-
-
-
Constructor Detail
-
AttendeeComment
public AttendeeComment(String attendeeComment, String attendeeId, String commentModifierUserId)
Constructor- Parameters:
attendeeComment- holds the comment of the attendee in the timeslotattendeeId- the attendee's IdcommentModifierUserId- 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)
-
-