Class Menu
- java.lang.Object
-
- com.netgrif.application.engine.workflow.domain.menu.Menu
-
public class Menu extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<MenuEntry>menuEntriesprotected java.lang.StringmenuIdentifier
-
Constructor Summary
Constructors Constructor Description Menu()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
menuEntries
protected java.util.List<MenuEntry> menuEntries
-
menuIdentifier
protected java.lang.String menuIdentifier
-
-