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

java.lang.Object
  extended by fr.paris.lutece.plugins.pluginwizard.business.model.Application
All Implemented Interfaces:
Serializable

public class Application
extends Object
implements Serializable

This is the business class for the object PluginApplication

See Also:
Serialized Form

Constructor Summary
Application()
           
 
Method Summary
 String getApplicationClass()
          Returns the ApplicationClass
 String getApplicationName()
          Returns the ApplicationName
 int getId()
          Returns the IdPlugin
 List<Integer> getIdBusinessClasses()
          Returns the list of IdBusinessClasses
 void setApplicationClass(String strApplicationClass)
          Sets the ApplicationClass
 void setApplicationName(String strApplicationName)
          Sets the ApplicationName
 void setId(int nId)
          Sets the nIdPluginApplication
 void setIdBusinessClasses(List<Integer> nIdBusinessClasses)
          Sets the list of IdBusinessClasses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

getId

public int getId()
Returns the IdPlugin

Returns:
The IdPlugin

setId

public void setId(int nId)
Sets the nIdPluginApplication

Parameters:
nId - The IdPluginApplication

getApplicationName

public String getApplicationName()
Returns the ApplicationName

Returns:
The ApplicationName

setApplicationName

public void setApplicationName(String strApplicationName)
Sets the ApplicationName

Parameters:
strApplicationName - The ApplicationName

getApplicationClass

public String getApplicationClass()
Returns the ApplicationClass

Returns:
The ApplicationClass

setApplicationClass

public void setApplicationClass(String strApplicationClass)
Sets the ApplicationClass

Parameters:
strApplicationClass - The ApplicationClass

getIdBusinessClasses

public List<Integer> getIdBusinessClasses()
Returns the list of IdBusinessClasses

Returns:
the collection of IdBusinessClasses

setIdBusinessClasses

public void setIdBusinessClasses(List<Integer> nIdBusinessClasses)
Sets the list of IdBusinessClasses

Parameters:
nIdBusinessClasses - The collection of IdBusinessClasses


Copyright © 2013 Mairie de Paris. All Rights Reserved.