Interface Menu
- All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<Menu>,Serializable
- All Known Implementing Classes:
MenuImpl
public interface Menu
extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<Menu>
Represents a menu, typically to drive the display of navigation on a website.
- Author:
- bpolster
-
Method Summary
Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId()Internal id of the menu.- Returns:
-
setId
Sets the id of the menu.- Parameters:
id-
-
getName
String getName()Returns the name of the menu.- Returns:
-
setName
Sets the name of the menu.- Parameters:
name-
-
getMenuItems
Returns the list of associatedMenuItems- Returns:
- the featured products
-
setMenuItems
Sets the list of associatedMenuItems
-