fr.paris.lutece.plugins.menus.business
Class Menus

java.lang.Object
  extended by fr.paris.lutece.plugins.menus.business.Menus

public class Menus
extends java.lang.Object

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

Menus

public Menus()
Method Detail

init

public static void init()
Initialize the Menus


getIdMenu

public int getIdMenu()
Returns the IdMenu

Returns:
The IdMenu

setIdMenu

public void setIdMenu(int nIdMenu)
Sets the IdMenu

Parameters:
nIdMenu - The IdMenu

getMenuName

public java.lang.String getMenuName()
Returns the MenuName

Returns:
The MenuName

setMenuName

public void setMenuName(java.lang.String strMenuName)
Sets the MenuName

Parameters:
strMenuName - The MenuName

getMenuType

public java.lang.String getMenuType()
Returns the TypeMenu

Returns:
The TypeMenu

setTypeMenu

public void setTypeMenu(java.lang.String strTypeMenu)
Sets the TypeMenu

Parameters:
strTypeMenu - The TypeMenu

getIdPageRoot

public int getIdPageRoot()
Returns the IdPageRoot

Returns:
The IdPageRoot

setIdPageRoot

public void setIdPageRoot(int nIdPageRoot)
Sets the IdPageRoot

Parameters:
nIdPageRoot - The IdPageRoot

getMenuMarker

public java.lang.String getMenuMarker()
Returns the MenuMarker

Returns:
The MenuMarker

setMenuMarker

public void setMenuMarker(java.lang.String strMenuMarker)
Sets the MenuMarker

Parameters:
strMenuMarker - The MenuMarker


Copyright © 2011 Mairie de Paris. All Rights Reserved.