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 SummaryConstructorsConstructorDescriptionPluginConfigurationBean(String rootModuleName, String pluginName, String pluginLabel, String pluginDescription, boolean activate, Serializable templateId, Element pluginScope, ISite site) 
- 
Method SummaryModifier and TypeMethodDescriptiongetpluginDescriptionpropertygetpluginLabelpropertygetpluginNamepropertygetpluginScopepropertygetrootModuleNamepropertygetSite()getsitepropertygettemplateIdpropertybooleangetactivateproperty
- 
Constructor Details- 
PluginConfigurationBean
 
- 
- 
Method Details- 
getRootModuleNamegetrootModuleNameproperty- Returns:
- get the rootModuleName property
 
- 
getPluginNamegetpluginNameproperty- Returns:
- get the pluginName property
 
- 
getPluginLabelgetpluginLabelproperty- Returns:
- get the pluginLabel property
 
- 
getPluginDescriptiongetpluginDescriptionproperty- Returns:
- get the pluginDescription property
 
- 
getPluginScopegetpluginScopeproperty- Returns:
- get the pluginScope property
 
- 
getSitegetsiteproperty- Returns:
- get the site property
 
- 
getTemplateIdgettemplateIdproperty- Returns:
- get the templateId property
 
- 
isActivatepublic boolean isActivate()getactivateproperty- Returns:
- get the activate property
 
 
-