public interface Group
GroupHandler.saveGroup(Group, boolean)
to persist the change.Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getGroupName() |
String |
getId() |
String |
getLabel() |
String |
getParentId() |
void |
setDescription(String desc) |
void |
setGroupName(String name) |
void |
setLabel(String name) |
String getId()
String getParentId()
String getGroupName()
void setGroupName(String name)
name
- the name for the groupString getLabel()
void setLabel(String name)
name
- The new label of the groupString getDescription()
void setDescription(String desc)
desc
- The new description of the groupCopyright © 2003-2017 eXo Platform SAS. All Rights Reserved.