Package com.axemble.vdoc.sdk.structs
Class PluginConfigurationBean
java.lang.Object
com.axemble.vdoc.sdk.structs.PluginConfigurationBean
Created by omassol on 23/02/2017.
-
Constructor Summary
ConstructorDescriptionPluginConfigurationBean
(String rootModuleName, String pluginName, String pluginLabel, String pluginDescription, boolean activate, Serializable templateId, Element pluginScope, ISite site) -
Method Summary
Modifier and TypeMethodDescriptiongetpluginDescription
propertygetpluginLabel
propertygetpluginName
propertygetpluginScope
propertygetrootModuleName
propertygetSite()
getsite
propertygettemplateId
propertyboolean
getactivate
property
-
Constructor Details
-
PluginConfigurationBean
-
-
Method Details
-
getRootModuleName
getrootModuleName
property- Returns:
- get the rootModuleName property
-
getPluginName
getpluginName
property- Returns:
- get the pluginName property
-
getPluginLabel
getpluginLabel
property- Returns:
- get the pluginLabel property
-
getPluginDescription
getpluginDescription
property- Returns:
- get the pluginDescription property
-
getPluginScope
getpluginScope
property- Returns:
- get the pluginScope property
-
getSite
getsite
property- Returns:
- get the site property
-
getTemplateId
gettemplateId
property- Returns:
- get the templateId property
-
isActivate
public boolean isActivate()getactivate
property- Returns:
- get the activate property
-