public class LightGroupRepresentation extends AbstractGroupRepresentation
Modifier and Type | Field and Description |
---|---|
protected List<LightGroupRepresentation> |
groups |
id, name
Constructor and Description |
---|
LightGroupRepresentation() |
LightGroupRepresentation(Group group) |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(LightGroupRepresentation group) |
List<LightGroupRepresentation> |
getGroups() |
void |
setGroups(List<LightGroupRepresentation> groups) |
getId, getName, setId, setName
protected List<LightGroupRepresentation> groups
public LightGroupRepresentation()
public LightGroupRepresentation(Group group)
public void addGroup(LightGroupRepresentation group)
public List<LightGroupRepresentation> getGroups()
public void setGroups(List<LightGroupRepresentation> groups)
Copyright © 2014–2015 Alfresco. All rights reserved.