|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.Group
public class Group
Group information in REST calls
Constructor Summary | |
---|---|
Group()
Empty constructor |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Group()
Method Detail |
---|
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 setpublic List<Group> getChildren()
public void setChildren(List<Group> children)
children
- children
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |