java.lang.Object
org.alfresco.module.org_alfresco_module_rm.capability.GroupImpl
All Implemented Interfaces:
Group

public class GroupImpl extends Object implements Group
Group implementation
Since:
2.1
Author:
Tuna Aksoy
  • Constructor Details

    • GroupImpl

      public GroupImpl()
  • Method Details

    • 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 interface Group
      Returns:
      String the group id
      See Also:
    • 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 interface Group
      Returns:
      String the group title
      See Also:
    • 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 interface Group
      Returns:
      int the group index
      See Also:
    • setIndex

      public void setIndex(int index)