fr.paris.lutece.plugins.pluginwizard.business.model
Class PluginApplication

java.lang.Object
  extended by fr.paris.lutece.plugins.pluginwizard.business.model.PluginApplication

public class PluginApplication
extends java.lang.Object

This is the business class for the object PluginApplication


Constructor Summary
PluginApplication()
           
 
Method Summary
 java.lang.String getApplicationClass()
          Returns the ApplicationClass
 java.lang.String getApplicationName()
          Returns the ApplicationName
 int getIdPlugin()
          Returns the IdPlugin
 int getIdPluginApplication()
          Returns the IdPlugin
 void setApplicationClass(java.lang.String strApplicationClass)
          Sets the ApplicationClass
 void setApplicationName(java.lang.String strApplicationName)
          Sets the ApplicationName
 void setIdPlugin(int nIdPlugin)
          Sets the IdPlugin
 void setIdPluginApplication(int nIdPluginApplication)
          Sets the nIdPluginApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginApplication

public PluginApplication()
Method Detail

getIdPlugin

public int getIdPlugin()
Returns the IdPlugin

Returns:
The IdPlugin

setIdPlugin

public void setIdPlugin(int nIdPlugin)
Sets the IdPlugin

Parameters:
nIdPlugin - The IdPlugin

getIdPluginApplication

public int getIdPluginApplication()
Returns the IdPlugin

Returns:
The IdPlugin

setIdPluginApplication

public void setIdPluginApplication(int nIdPluginApplication)
Sets the nIdPluginApplication

Parameters:
nIdPluginApplication - The IdPluginApplication

getApplicationName

public java.lang.String getApplicationName()
Returns the ApplicationName

Returns:
The ApplicationName

setApplicationName

public void setApplicationName(java.lang.String strApplicationName)
Sets the ApplicationName

Parameters:
strApplicationName - The ApplicationName

getApplicationClass

public java.lang.String getApplicationClass()
Returns the ApplicationClass

Returns:
The ApplicationClass

setApplicationClass

public void setApplicationClass(java.lang.String strApplicationClass)
Sets the ApplicationClass

Parameters:
strApplicationClass - The ApplicationClass


Copyright © 2012 Mairie de Paris. All Rights Reserved.