fr.paris.lutece.portal.service.includes
Class PageIncludeEntry

java.lang.Object
  extended by fr.paris.lutece.portal.service.includes.PageIncludeEntry

public class PageIncludeEntry
extends java.lang.Object

PageInclude Entry used by XML plugin file


Constructor Summary
PageIncludeEntry()
           
 
Method Summary
 java.lang.String getClassName()
          Returns the ClassName
 java.lang.String getId()
          Returns the Id
 PageInclude getPageInclude()
          Gets the PageInclude object
 Plugin getPlugin()
          Gets the plugin instance associated to the application
 java.lang.String getPluginName()
          Return the name of the plugin
 boolean isEnable()
          Tells if the application is enable (plugin enabled)
 void setClassName(java.lang.String strClassName)
          Sets the ClassName
 void setId(java.lang.String strId)
          Sets the Id
 void setPageInclude(PageInclude pageInclude)
          Sets the PageInclude object
 void setPluginName(java.lang.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

PageIncludeEntry

public PageIncludeEntry()
Method Detail

getId

public java.lang.String getId()
Returns the Id

Returns:
The Id

setId

public void setId(java.lang.String strId)
Sets the Id

Parameters:
strId - The Id

getClassName

public java.lang.String getClassName()
Returns the ClassName

Returns:
The ClassName

setClassName

public void setClassName(java.lang.String strClassName)
Sets the ClassName

Parameters:
strClassName - The ClassName

getPluginName

public java.lang.String getPluginName()
Return the name of the plugin

Returns:
The name of the plugin

setPluginName

public void setPluginName(java.lang.String strPluginName)
Set the plugin name

Parameters:
strPluginName - the plugin name

isEnable

public boolean isEnable()
Tells if the application is enable (plugin enabled)

Returns:
True if the application is enable, otherwise false

getPlugin

public Plugin getPlugin()
Gets the plugin instance associated to the application

Returns:
the plugin

setPageInclude

public void setPageInclude(PageInclude pageInclude)
Sets the PageInclude object

Parameters:
pageInclude - the PageInclude object

getPageInclude

public PageInclude getPageInclude()
Gets the PageInclude object

Returns:
The PageInclude object


Copyright © 2009 Mairie de Paris. All Rights Reserved.