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
ConstructorsConstructorDescriptionPluginConfigurationBean(String rootModuleName, String pluginName, String pluginLabel, String pluginDescription, boolean activate, Serializable templateId, Element pluginScope, ISite site) -
Method Summary
Modifier and TypeMethodDescriptiongetpluginDescriptionpropertygetpluginLabelpropertygetpluginNamepropertygetpluginScopepropertygetrootModuleNamepropertygetSite()getsitepropertygettemplateIdpropertybooleangetactivateproperty
-
Constructor Details
-
PluginConfigurationBean
-
-
Method Details
-
getRootModuleName
getrootModuleNameproperty- Returns:
- get the rootModuleName property
-
getPluginName
getpluginNameproperty- Returns:
- get the pluginName property
-
getPluginLabel
getpluginLabelproperty- Returns:
- get the pluginLabel property
-
getPluginDescription
getpluginDescriptionproperty- Returns:
- get the pluginDescription property
-
getPluginScope
getpluginScopeproperty- Returns:
- get the pluginScope property
-
getSite
getsiteproperty- Returns:
- get the site property
-
getTemplateId
gettemplateIdproperty- Returns:
- get the templateId property
-
isActivate
public boolean isActivate()getactivateproperty- Returns:
- get the activate property
-