public class SignupGroup extends Object
This class holds the information for signup group. It's mapped directly to the DB storage by Hibernate
| Constructor and Description |
|---|
SignupGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalendarEventId()
get the Calendar Event Id
|
String |
getCalendarId()
get the Calendar Id
|
String |
getGroupId() |
String |
getTitle()
get the title for the group
|
void |
setCalendarEventId(String calendarEventId)
this is a setter.
|
void |
setCalendarId(String calendarId)
this is a setter.
|
void |
setGroupId(String groupId)
this is a setter.
|
void |
setTitle(String title)
this is a setter.
|
public String getGroupId()
public void setGroupId(String groupId)
groupId - a unique group Idpublic String getTitle()
public void setTitle(String title)
title - a name for this grouppublic String getCalendarEventId()
public void setCalendarEventId(String calendarEventId)
calendarEventId - the Calendar Event Idpublic String getCalendarId()
public void setCalendarId(String calendarId)
calendarId - a unique calendar IdCopyright © 2003–2020 Sakai Project. All rights reserved.