Class MenuEntry
- java.lang.Object
-
- com.netgrif.application.engine.workflow.domain.menu.MenuEntry
-
public class MenuEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringentryNameprotected java.lang.StringfilterCaseIdprotected java.util.List<MenuEntryRole>menuEntryRoleListprotected java.lang.BooleanuseIcon
-
Constructor Summary
Constructors Constructor Description MenuEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
entryName
protected java.lang.String entryName
-
filterCaseId
protected java.lang.String filterCaseId
-
menuEntryRoleList
protected java.util.List<MenuEntryRole> menuEntryRoleList
-
useIcon
protected java.lang.Boolean useIcon
-
-