public class AbstractGroupRepresentation extends AbstractRepresentation
Modifier and Type | Field and Description |
---|---|
protected Long |
id |
protected String |
name |
Constructor and Description |
---|
AbstractGroupRepresentation() |
AbstractGroupRepresentation(Group group) |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getName() |
void |
setId(Long id) |
void |
setName(String name) |
public AbstractGroupRepresentation()
public AbstractGroupRepresentation(Group group)
Copyright © 2014–2015 Alfresco. All rights reserved.