public class SignupSite extends Object
This class holds the information for signup site. This object is mapped directly to the DB storage by Hibernate
| Constructor and Description |
|---|
SignupSite() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
check if the two SignupSite object are equal
|
String |
getCalendarEventId()
get the Calendar Event Id
|
String |
getCalendarId()
get the Calendar Id
|
Long |
getId()
get the sequence Id, which is generated by DB
|
List<SignupGroup> |
getSignupGroups()
get a list of SignupGroup objects, which belong to the site
|
String |
getSiteId()
get the Site id, which is a sakai unique site Id
|
String |
getTitle()
get the title of the site
|
int |
hashCode() |
boolean |
isSiteScope()
check if the event/meeting is a site scope-wide
|
void |
setCalendarEventId(String calendarEventId)
this is a setter
|
void |
setCalendarId(String calendarId)
this is a setter
|
void |
setId(Long id)
this is a setter
|
void |
setSignupGroups(List<SignupGroup> signupGroup)
this is a setter
|
void |
setSiteId(String siteId)
this is a setter
|
void |
setTitle(String title)
this is a setter
|
public String getCalendarEventId()
public void setCalendarEventId(String calendarEventId)
calendarEventId - the Calendar Event Idpublic String getCalendarId()
public void setCalendarId(String calendarId)
calendarId - the Calendar Idpublic Long getId()
public void setId(Long id)
id - the sequence Idpublic List<SignupGroup> getSignupGroups()
public void setSignupGroups(List<SignupGroup> signupGroup)
signupGroup - a list of SignupGroup objectspublic String getSiteId()
public void setSiteId(String siteId)
siteId - the unique site Idpublic String getTitle()
public void setTitle(String title)
title - the name of the sitepublic boolean isSiteScope()
public boolean equals(Object object)
Copyright © 2007–2018 Sakai Project. All rights reserved.