public class PageIncludeEntry extends Object
Constructor and Description |
---|
PageIncludeEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the ClassName
|
String |
getId()
Returns the Id
|
PageInclude |
getPageInclude()
Gets the PageInclude object
|
Plugin |
getPlugin()
Gets the plugin instance associated to the application
|
String |
getPluginName()
Return the name of the plugin
|
boolean |
isEnable()
Tells if the PageInclude is enabled (plugin enabled and this particular PageInclude is enabled)
|
boolean |
isEnabled()
Tells if the PageInclude is enabled, independently of the plugin's status
|
void |
setClassName(String strClassName)
Sets the ClassName
|
void |
setEnabled(boolean enabled)
Sets the enabled state of this PageInclude
|
void |
setId(String strId)
Sets the Id
|
void |
setPageInclude(PageInclude pageInclude)
Sets the PageInclude object
|
void |
setPluginName(String strPluginName)
Set the plugin name
|
public String getId()
public void setId(String strId)
strId
- The Idpublic String getClassName()
public void setClassName(String strClassName)
strClassName
- The ClassNamepublic String getPluginName()
public void setPluginName(String strPluginName)
strPluginName
- the plugin namepublic void setEnabled(boolean enabled)
enabled
- true
if this PageInclude is enabled, false
otherwisepublic boolean isEnabled()
true
if this PageInclude is enabled, false
otherwisepublic boolean isEnable()
public Plugin getPlugin()
public void setPageInclude(PageInclude pageInclude)
pageInclude
- the PageInclude objectpublic PageInclude getPageInclude()
Copyright © 2020 City of Paris. All rights reserved.