public class SignupParticipant extends Object
This class holds the information of sign-up attendee. It's a wrapper class for RESTful case
| Constructor and Description |
|---|
SignupParticipant()
Constructor
|
SignupParticipant(String attendeeUserId,
String signupSiteId)
This is a constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttendeeUserId()
get the internal user id (not username)
|
String |
getComments()
get the comments
|
String |
getDisplayName() |
String |
getSignupSiteId()
get the site Id, which the attendee is in
|
boolean |
isAttended() |
void |
setAttended(boolean attended) |
void |
setAttendeeUserId(String attendeeId)
this is a setter method and it set the internal user id (not username)
|
void |
setComments(String comment)
this is a setter.
|
void |
setDisplayName(String displayName) |
void |
setSignupSiteId(String signupSiteId)
this is a setter.
|
public String getAttendeeUserId()
public void setAttendeeUserId(String attendeeId)
attendeeId - the internal user id (not username)public String getDisplayName()
public void setDisplayName(String displayName)
public String getSignupSiteId()
public void setSignupSiteId(String signupSiteId)
signupSiteId - a site Idpublic String getComments()
public void setComments(String comment)
comment - a comment by userpublic boolean isAttended()
public void setAttended(boolean attended)
attended - the attended to setCopyright © 2003–2020 Sakai Project. All rights reserved.