public class SignupSiteItem extends Object
This class holds the information of sign-up site. It's a wrapper class for RESTful case.
| Constructor and Description |
|---|
SignupSiteItem(String title,
String siteId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
check if the two SignupSite object are equal
|
List<SignupGroupItem> |
getSignupGroupItems()
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 |
setSignupGroupItems(List<SignupGroupItem> signupGroupItems)
this is a setter
|
void |
setSiteId(String siteId)
this is a setter
|
void |
setTitle(String title)
this is a setter
|
public List<SignupGroupItem> getSignupGroupItems()
public void setSignupGroupItems(List<SignupGroupItem> signupGroupItems)
signupGroupItem - 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.