Class PluginInfo
java.lang.Object
org.exoplatform.commons.api.notification.model.PluginInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend()booleanintgetOrder()getType()inthashCode()booleansetBundlePath(String bundlePath) voidsetDefaultConfig(List<String> defaultConfig) setMutable(boolean mutable) setOrder(int order) setResourceBundleKey(String resourceBundleKey) toString()
-
Constructor Details
-
PluginInfo
public PluginInfo()
-
-
Method Details
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the id to set
-
getOrder
public int getOrder()- Returns:
- the order
-
setOrder
- Parameters:
order- the order to set
-
getDefaultConfig
- Returns:
- the defaultConfig
-
setDefaultConfig
- Parameters:
defaultConfig- the defaultConfig to set
-
getResourceBundleKey
- Returns:
- the resourceBundleKey
-
setResourceBundleKey
- Parameters:
resourceBundleKey- the resourceBundleKey to set
-
getBundlePath
- Returns:
- the bundlePath
-
setBundlePath
- Parameters:
bundlePath- the bundlePath to set
-
setMutable
-
isMutable
public boolean isMutable() -
end
-
toString
-
equals
-
hashCode
public int hashCode()
-