Class AbstractBaseActionWithGroup

    • Constructor Detail

      • AbstractBaseActionWithGroup

        public AbstractBaseActionWithGroup()
    • Method Detail

      • setGroup

        public void setGroup​(String value)
        Sets the group of the action.
        Specified by:
        setGroup in interface BaseActionWithGroup
        Parameters:
        value - the name of the group, null to unset
      • getGroup

        public String getGroup()
        Returns the group this action belongs to.
        Specified by:
        getGroup in interface BaseActionWithGroup
        Returns:
        the name of the group, null if not set