Interface Group
-
- All Known Implementing Classes:
GroupImpl
@AlfrescoPublicApi public interface Group
Group interface- Since:
- 2.1
- Author:
- Tuna Aksoy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Gets the id of a group (Get the id of the group)int
getIndex()
Gets the index of a groupString
getTitle()
Gets the title of a group
-