fr.paris.lutece.portal.web.xpages
Class XPageApplicationEntry

java.lang.Object
  extended by fr.paris.lutece.portal.web.xpages.XPageApplicationEntry

public class XPageApplicationEntry
extends java.lang.Object

XPageApplication Entry


Constructor Summary
XPageApplicationEntry()
           
 
Method Summary
 XPageApplication getApplication()
          Returns the Application
 java.lang.String getClassName()
          Returns the ClassName
 java.lang.String getId()
          Returns the Id
 Plugin getPlugin()
          Gets the plugin instance associated to the application
 java.lang.String getPluginName()
          Return the name of the plugin
 java.util.List<java.lang.String> getRoles()
          Returns the Roles
 boolean isEnable()
          Tells if the application is enable (plugin enabled)
 void setApplication(XPageApplication application)
          Sets the Application
 void setClassName(java.lang.String strClassName)
          Sets the ClassName
 void setId(java.lang.String strId)
          Sets the Id
 void setPluginName(java.lang.String strPluginName)
          Set the plugin name of the insert service
 void setRoles(java.lang.String strRoles)
          Sets the Roles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPageApplicationEntry

public XPageApplicationEntry()
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

getRoles

public java.util.List<java.lang.String> getRoles()
Returns the Roles

Returns:
The Roles

setRoles

public void setRoles(java.lang.String strRoles)
Sets the Roles

Parameters:
strRoles - The Roles

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 of the insert service

Parameters:
strPluginName - the plugin name

getApplication

public XPageApplication getApplication()
Returns the Application

Returns:
The Application

setApplication

public void setApplication(XPageApplication application)
Sets the Application

Parameters:
application - The Application

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


Copyright © 2009 Mairie de Paris. All Rights Reserved.