java.lang.Object
org.exoplatform.commons.api.notification.plugin.config.GroupConfig

public class GroupConfig extends Object
  • Constructor Details

    • GroupConfig

      public GroupConfig()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public GroupConfig setId(String id)
      Parameters:
      id - the id to set
    • 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
    • addProvider

      public GroupConfig addProvider(String providerId)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object