public class BreadcrumbItem
extends java.lang.Object
| Constructor and Description |
|---|
BreadcrumbItem(java.lang.String name,
java.lang.String url,
java.lang.Object id,
boolean userMaximized)
Instantiates a new breadcrumb item.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getId()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
java.util.List<PortletPathItem> |
getPortletPath()
Gets the portlet path.
|
java.lang.String |
getUrl()
Gets the url.
|
boolean |
isNavigationPlayer()
Checks if is navigation player.
|
boolean |
isUserMaximized()
Checks if is user maximized.
|
void |
setId(java.lang.Object id)
Sets the id.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setNavigationPlayer(boolean navigationPlayer)
Sets the navigation player.
|
void |
setPortletPath(java.util.List<PortletPathItem> portletPath)
Sets the portlet path.
|
void |
setUrl(java.lang.String url)
Sets the url.
|
void |
setUserMaximized(boolean userMaximized)
Sets the user maximized.
|
public BreadcrumbItem(java.lang.String name,
java.lang.String url,
java.lang.Object id,
boolean userMaximized)
name - the nameurl - the urlid - the iduserMaximized - the user maximizedpublic boolean isNavigationPlayer()
public void setNavigationPlayer(boolean navigationPlayer)
navigationPlayer - the new navigation playerpublic java.util.List<PortletPathItem> getPortletPath()
public void setPortletPath(java.util.List<PortletPathItem> portletPath)
portletPath - the new portlet pathpublic boolean isUserMaximized()
public void setUserMaximized(boolean userMaximized)
userMaximized - the new user maximizedpublic java.lang.Object getId()
public void setId(java.lang.Object id)
id - the new idpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the new urlCopyright © 2014. All Rights Reserved.