Class GroupImpl

  • All Implemented Interfaces:
    Group

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

      • GroupImpl

        public GroupImpl()
    • 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 interface Group
        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 interface Group
        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 interface Group
        Returns:
        int the group index
        See Also:
        Group.getIndex()
      • setIndex

        public void setIndex​(int index)