Class GroupConfig
- java.lang.Object
-
- org.exoplatform.commons.api.notification.plugin.config.GroupConfig
-
public class GroupConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupConfigaddProvider(String providerId)booleanequals(Object obj)StringgetId()StringgetOrder()List<String>getProviders()StringgetResourceBundleKey()inthashCode()GroupConfigsetId(String id)voidsetOrder(String order)voidsetProviders(List<String> providers)voidsetResourceBundleKey(String resourceBundleKey)
-
-
-
Method Detail
-
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
-
setProviders
public void setProviders(List<String> providers)
- Parameters:
providers- the providers to set
-
addProvider
public GroupConfig addProvider(String providerId)
-
-