|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.business.Model
public class Model
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 |
---|
public Model()
Method Detail |
---|
public int getIdPlugin()
public void setIdPlugin(int nIdPlugin)
nIdPlugin
- The IdPluginpublic String getName()
public void setName(String strName)
strName
- The Namepublic String getModelJson()
public void setModelJson(String strModelJson)
strModelJson
- The ModelJson
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |