public class SignupGroupItem extends Object
This class holds the information of sign-up group. It's a wrapper class for SignupGroup
| Constructor and Description |
|---|
SignupGroupItem(String title,
String groupId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId() |
String |
getTitle()
get the title for the group
|
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 groupCopyright © 2007–2018 Sakai Project. All rights reserved.