it.eng.spagobi.wapp.bo
Class MenuRoles

java.lang.Object
  extended by it.eng.spagobi.wapp.bo.MenuRoles
All Implemented Interfaces:
java.io.Serializable

public class MenuRoles
extends java.lang.Object
implements java.io.Serializable

Defines a value constraint object.

Author:
Antonella Giachino (antonella.giachino@eng.it)
See Also:
Serialized Form

Constructor Summary
MenuRoles()
           
 
Method Summary
 java.lang.Integer getExtRoleId()
          Gets the ext role id.
 java.lang.Integer getMenuId()
          Gets the menu id.
 void setExtRoleId(java.lang.Integer extRoleId)
          Sets the ext role id.
 void setMenuId(java.lang.Integer menuId)
          Sets the menu id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuRoles

public MenuRoles()
Method Detail

getMenuId

public java.lang.Integer getMenuId()
Gets the menu id.

Returns:
the menu id

setMenuId

public void setMenuId(java.lang.Integer menuId)
Sets the menu id.

Parameters:
menuId - the new menu id

getExtRoleId

public java.lang.Integer getExtRoleId()
Gets the ext role id.

Returns:
the ext role id

setExtRoleId

public void setExtRoleId(java.lang.Integer extRoleId)
Sets the ext role id.

Parameters:
extRoleId - the new ext role id