fr.paris.lutece.plugins.pluginwizard.business
Class Model

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

public class Model
extends Object

This is the business class for the object Model


Constructor Summary
Model()
           
 
Method Summary
 int getIdPlugin()
          Returns the IdPlugin
 String getModelJson()
          Returns the ModelJson
 String getName()
          Returns the Name
 void setIdPlugin(int nIdPlugin)
          Sets the IdPlugin
 void setModelJson(String strModelJson)
          Sets the ModelJson
 void setName(String strName)
          Sets the Name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

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

getName

public String getName()
Returns the Name

Returns:
The Name

setName

public void setName(String strName)
Sets the Name

Parameters:
strName - The Name

getModelJson

public String getModelJson()
Returns the ModelJson

Returns:
The ModelJson

setModelJson

public void setModelJson(String strModelJson)
Sets the ModelJson

Parameters:
strModelJson - The ModelJson


Copyright © 2013 Mairie de Paris. All Rights Reserved.