public interface Menu extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<Menu>
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Internal id of the menu.
|
List<MenuItem> |
getMenuItems()
Returns the list of associated
MenuItems |
String |
getName()
Returns the name of the menu.
|
void |
setId(Long id)
Sets the id of the menu.
|
void |
setMenuItems(List<MenuItem> menuItems)
Sets the list of associated
MenuItems |
void |
setName(String name)
Sets the name of the menu.
|
Long getId()
void setId(Long id)
id - String getName()
void setName(String name)
name - List<MenuItem> getMenuItems()
MenuItemsCopyright © 2015. All rights reserved.