@Entity public abstract class MenuEntry extends NamingItem
| Constructor and Description |
|---|
MenuEntry() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBottomNavigation() |
Integer |
getBottomNavigationOrder() |
Boolean |
getNavigation() |
Integer |
getNavigationOrder() |
Boolean |
getResponsiveNavigation() |
Integer |
getResponsiveNavigationOrder() |
Boolean |
getTopNavigation() |
Integer |
getTopNavigationOrder() |
abstract String |
getUrl() |
void |
setBottomNavigation(Boolean bottomNavigation) |
void |
setBottomNavigationOrder(Integer bottomNavigationOrder) |
void |
setNavigation(Boolean navigation) |
void |
setNavigationOrder(Integer navigationOrder) |
void |
setResponsiveNavigation(Boolean responsiveNavigation) |
void |
setResponsiveNavigationOrder(Integer responsiveNavigationOrder) |
void |
setTopNavigation(Boolean topNavigation) |
void |
setTopNavigationOrder(Integer topNavigationOrder) |
getCreated, getDescription, getDescription, getDescriptionMap, getDescriptionObject, getKeywords, getKeywords, getModified, getModifiedAddress, getModifiedBy, getName, getName, getOverviewDescription, getShortDescription, getShortName, getTechnical, getUuid, getVisible, setCreated, setDescriptionMap, setModified, setModifiedAddress, setModifiedBy, setTechnical, setUuid, setVisiblepublic Boolean getTopNavigation()
public void setTopNavigation(Boolean topNavigation)
public Integer getTopNavigationOrder()
public void setTopNavigationOrder(Integer topNavigationOrder)
public Boolean getNavigation()
public void setNavigation(Boolean navigation)
public Integer getNavigationOrder()
public void setNavigationOrder(Integer navigationOrder)
public Boolean getBottomNavigation()
public void setBottomNavigation(Boolean bottomNavigation)
public Integer getBottomNavigationOrder()
public void setBottomNavigationOrder(Integer bottomNavigationOrder)
public Boolean getResponsiveNavigation()
public void setResponsiveNavigation(Boolean responsiveNavigation)
public Integer getResponsiveNavigationOrder()
public void setResponsiveNavigationOrder(Integer responsiveNavigationOrder)
public abstract String getUrl()
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.