Class GroupImpl
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.capability.GroupImpl
- All Implemented Interfaces:
Group
Group implementation
- Since:
- 2.1
- Author:
- Tuna Aksoy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the id of a group (Get the id of the group)intgetIndex()Gets the index of a groupgetTitle()Gets the title of a groupvoidinit()voidsetCapabilityService(CapabilityService capabilityService) Sets the capability servicevoidvoidsetIndex(int index) void
-
Constructor Details
-
GroupImpl
public GroupImpl()
-
-
Method Details
-
setCapabilityService
Sets the capability service- Parameters:
capabilityService- the capability service
-
init
public void init() -
getId
Description copied from interface:GroupGets the id of a group (Get the id of the group) -
setId
-
getTitle
Description copied from interface:GroupGets the title of a group -
setTitle
-
getIndex
public int getIndex()Description copied from interface:GroupGets the index of a group -
setIndex
public void setIndex(int index)
-