public class Menu extends Object implements Serializable
| Constructor and Description |
|---|
Menu() |
| Modifier and Type | Method and Description |
|---|---|
List<Menu> |
getChildren() |
String |
getKey() |
String |
getName() |
String |
getType() |
String |
getUrl() |
void |
setChildren(List<Menu> children) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setType(String type) |
void |
setUrl(String url) |
String |
toString() |
Copyright © 2019. All rights reserved.