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
|
Group |
setDescription(String description)
Set description
|
void |
setId(Integer id) |
Group |
setName(String name)
Set group name
|
String |
toString() |
public Integer getId()
public String getName()
public String getDescription()
public void setId(Integer id)
id - the id to setpublic Group setName(String name)
name - the name to setpublic Group setDescription(String description)
description - the description to setpublic void setChildren(List<Group> children)
children - childrenCopyright © 2024 Gentics Software. All rights reserved.