|
||||||||||
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.Portlet
public class Portlet
This is the business class for the object Portlet
Constructor Summary | |
---|---|
Portlet()
|
Method Summary | |
---|---|
int |
getId()
Returns the IdPortletPlugin |
String |
getJspBaseName()
Returns the JspBaseName |
String |
getPortletClass()
Returns the PortletClass |
String |
getPortletTypeName()
Returns the PortletTypeName |
void |
setId(int nIdPortletPlugin)
Sets the IdPortletPlugin |
void |
setJspBaseName(String strJspBaseName)
Sets the JspBaseName |
void |
setPortletClass(String strPortletClass)
Sets the PortletClass |
void |
setPortletTypeName(String strPortletTypeName)
Sets the PortletTypeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Portlet()
Method Detail |
---|
public String getPortletClass()
public void setPortletClass(String strPortletClass)
strPortletClass
- The PortletClasspublic String getPortletTypeName()
public void setPortletTypeName(String strPortletTypeName)
strPortletTypeName
- The PortletTypeNamepublic String getJspBaseName()
public void setJspBaseName(String strJspBaseName)
strJspBaseName
- The JspBaseNamepublic void setId(int nIdPortletPlugin)
nIdPortletPlugin
- The IdPluginpublic int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |