| Constructor and Description |
|---|
GroupImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id of a group (Get the id of the group)
|
int |
getIndex()
Gets the index of a group
|
String |
getTitle()
Gets the title of a group
|
void |
init() |
void |
setCapabilityService(CapabilityService capabilityService)
Sets the capability service
|
void |
setId(String id) |
void |
setIndex(int index) |
void |
setTitle(String title) |
public void setCapabilityService(CapabilityService capabilityService)
capabilityService - the capability servicepublic void init()
public String getId()
GroupgetId in interface GroupGroup.getId()public void setId(String id)
public String getTitle()
GroupgetTitle in interface GroupGroup.getTitle()public void setTitle(String title)
public int getIndex()
GroupgetIndex in interface GroupGroup.getIndex()public void setIndex(int index)
Copyright © 2005–2018 Alfresco Software. All rights reserved.