Class GroupConfig
java.lang.Object
org.exoplatform.commons.api.notification.plugin.config.GroupConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProvider(String providerId) booleangetId()getOrder()inthashCode()voidvoidsetProviders(List<String> providers) voidsetResourceBundleKey(String resourceBundleKey)
-
Constructor Details
-
GroupConfig
public GroupConfig()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getOrder
- Returns:
- the order
-
setOrder
- Parameters:
order- the order to set
-
getResourceBundleKey
- Returns:
- the resourceBundleKey
-
setResourceBundleKey
- Parameters:
resourceBundleKey- the resourceBundleKey to set
-
getProviders
- Returns:
- the providers
-
setProviders
- Parameters:
providers- the providers to set
-
addProvider
-
equals
-
hashCode
public int hashCode()
-