public class AttendeeComment extends Object
| Constructor and Description |
|---|
AttendeeComment(String attendeeComment,
String attendeeId,
String commentModifierUserId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttendeeComment() |
String |
getAttendeeId() |
String |
getCommentModifierUserId() |
void |
setAttendeeComment(String attendeeComment) |
void |
setAttendeeId(String attendeeId) |
void |
setCommentModifierUserId(String commentModifierUserId) |
public AttendeeComment(String attendeeComment, String attendeeId, String commentModifierUserId)
attendeeComment - holds the comment of the attendee in the timeslotattendeeId - the attendee's IdcommentModifierUserId - current user's Id / comment modifier's Idpublic String getAttendeeComment()
public void setAttendeeComment(String attendeeComment)
public String getAttendeeId()
public void setAttendeeId(String attendeeId)
public String getCommentModifierUserId()
public void setCommentModifierUserId(String commentModifierUserId)
Copyright © 2003–2020 Sakai Project. All rights reserved.