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)int
getIndex()
Gets the index of a groupgetTitle()
Gets the title of a groupvoid
init()
void
setCapabilityService
(CapabilityService capabilityService) Sets the capability servicevoid
void
setIndex
(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:Group
Gets the id of a group (Get the id of the group) -
setId
-
getTitle
Description copied from interface:Group
Gets the title of a group -
setTitle
-
getIndex
public int getIndex()Description copied from interface:Group
Gets the index of a group -
setIndex
public void setIndex(int index)
-