Class GroupImpl
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.capability.GroupImpl
-
-
Constructor Summary
Constructors Constructor Description GroupImpl()
-
Method Summary
All Methods Instance Methods Concrete 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 groupvoid
init()
void
setCapabilityService(CapabilityService capabilityService)
Sets the capability servicevoid
setId(String id)
void
setIndex(int index)
void
setTitle(String title)
-
-
-
Method Detail
-
setCapabilityService
public void setCapabilityService(CapabilityService capabilityService)
Sets the capability service- Parameters:
capabilityService
- the capability service
-
init
public void init()
-
getId
public String getId()
Description copied from interface:Group
Gets the id of a group (Get the id of the group)- Specified by:
getId
in interfaceGroup
- Returns:
- String the group id
- See Also:
Group.getId()
-
setId
public void setId(String id)
-
getTitle
public String getTitle()
Description copied from interface:Group
Gets the title of a group- Specified by:
getTitle
in interfaceGroup
- Returns:
- String the group title
- See Also:
Group.getTitle()
-
setTitle
public void setTitle(String title)
-
getIndex
public int getIndex()
Description copied from interface:Group
Gets the index of a group- Specified by:
getIndex
in interfaceGroup
- Returns:
- int the group index
- See Also:
Group.getIndex()
-
setIndex
public void setIndex(int index)
-
-