| Constructor and Description |
|---|
MenuItem() |
MenuItem(MenuItemType type,
String id,
String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
List<MenuItem> |
getItems() |
String |
getLabel() |
String |
getParams() |
MenuItemType |
getType() |
int |
hashCode() |
void |
setId(String id) |
void |
setItems(List<MenuItem> items) |
void |
setLabel(String label) |
void |
setParams(String params) |
void |
setType(MenuItemType type) |
String |
toString() |
public MenuItem()
public MenuItem(MenuItemType type, String id, String label)
public MenuItemType getType()
public void setType(MenuItemType type)
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getParams()
public void setParams(String params)
Copyright © 2017. All rights reserved.