public class Group extends Object implements Serializable
Constructor and Description |
---|
Group()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
getChildren()
List of child groups
|
String |
getDescription()
Description
|
Integer |
getId()
Group ID
|
String |
getName()
Group name
|
void |
setChildren(List<Group> children)
Set the children
|
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
public Integer getId()
public String getName()
public String getDescription()
public void setId(Integer id)
id
- the id to setpublic void setName(String name)
name
- the name to setpublic void setDescription(String description)
description
- the description to setCopyright © 2018 Gentics Software. All rights reserved.