|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.includes.PageIncludeEntry
public class PageIncludeEntry
PageInclude Entry used by XML plugin file
Constructor Summary | |
---|---|
PageIncludeEntry()
|
Method Summary | |
---|---|
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 application is enable (plugin enabled) |
void |
setClassName(String strClassName)
Sets the ClassName |
void |
setId(String strId)
Sets the Id |
void |
setPageInclude(PageInclude pageInclude)
Sets the PageInclude object |
void |
setPluginName(String strPluginName)
Set the plugin name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageIncludeEntry()
Method Detail |
---|
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 boolean isEnable()
public Plugin getPlugin()
public void setPageInclude(PageInclude pageInclude)
pageInclude
- the PageInclude objectpublic PageInclude getPageInclude()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |