Group.Field| Constructor and Description |
|---|
GroupImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the description of this group
|
String |
getId()
Get ID of this group
|
String |
getTitle()
Get title of this group
|
void |
setDescription(String description)
Sets the description of this group
|
void |
setId(Object id)
Set the default group id
|
void |
setTitle(String title)
Sets the title of this group
|
public String getTitle()
public void setTitle(String title)
public String getDescription()
getDescription in interface Grouppublic void setDescription(String description)
setDescription in interface Groupdescription - a valid descriptionpublic void setId(Object id) throws IllegalArgumentException
setId in interface Groupid - a valid GroupId representationIllegalArgumentExceptionCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.