net.kwfgrid.gwes.servlet
Class MenuEntry

java.lang.Object
  extended by net.kwfgrid.gwes.servlet.MenuEntry

public class MenuEntry
extends Object

Version:
$Id: MenuEntry.java 1419 2010-11-01 14:12:17Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)

Field Summary
 boolean active
           
 String image
           
 String name
           
 String url
           
 
Constructor Summary
MenuEntry(String name, String url, boolean active, String image)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

url

public String url

active

public boolean active

image

public String image
Constructor Detail

MenuEntry

public MenuEntry(String name,
                 String url,
                 boolean active,
                 String image)


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.