|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.menus.business.Menus
public class Menus
This is the business class for the object Menus
Constructor Summary | |
---|---|
Menus()
|
Method Summary | |
---|---|
int |
getIdMenu()
Returns the IdMenu |
int |
getIdPageRoot()
Returns the IdPageRoot |
java.lang.String |
getMenuMarker()
Returns the MenuMarker |
java.lang.String |
getMenuName()
Returns the MenuName |
java.lang.String |
getMenuType()
Returns the TypeMenu |
static void |
init()
Initialize the Menus |
void |
setIdMenu(int nIdMenu)
Sets the IdMenu |
void |
setIdPageRoot(int nIdPageRoot)
Sets the IdPageRoot |
void |
setMenuMarker(java.lang.String strMenuMarker)
Sets the MenuMarker |
void |
setMenuName(java.lang.String strMenuName)
Sets the MenuName |
void |
setTypeMenu(java.lang.String strTypeMenu)
Sets the TypeMenu |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Menus()
Method Detail |
---|
public static void init()
public int getIdMenu()
public void setIdMenu(int nIdMenu)
nIdMenu
- The IdMenupublic java.lang.String getMenuName()
public void setMenuName(java.lang.String strMenuName)
strMenuName
- The MenuNamepublic java.lang.String getMenuType()
public void setTypeMenu(java.lang.String strTypeMenu)
strTypeMenu
- The TypeMenupublic int getIdPageRoot()
public void setIdPageRoot(int nIdPageRoot)
nIdPageRoot
- The IdPageRootpublic java.lang.String getMenuMarker()
public void setMenuMarker(java.lang.String strMenuMarker)
strMenuMarker
- The MenuMarker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |