Class GroupConfig


  • public class GroupConfig
    extends Object
    • Constructor Detail

      • GroupConfig

        public GroupConfig()
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id
      • getOrder

        public String getOrder()
        Returns:
        the order
      • setOrder

        public void setOrder​(String order)
        Parameters:
        order - the order to set
      • getResourceBundleKey

        public String getResourceBundleKey()
        Returns:
        the resourceBundleKey
      • setResourceBundleKey

        public void setResourceBundleKey​(String resourceBundleKey)
        Parameters:
        resourceBundleKey - the resourceBundleKey to set
      • getProviders

        public List<String> getProviders()
        Returns:
        the providers
      • setProviders

        public void setProviders​(List<String> providers)
        Parameters:
        providers - the providers to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object