org.exoplatform.platform.samples.website.extention.services
Class ContentNavigationService.JsonMenuNode
java.lang.Object
org.exoplatform.platform.samples.website.extention.services.ContentNavigationService.JsonMenuNode
- All Implemented Interfaces:
- Comparable<ContentNavigationService.JsonMenuNode>
- Enclosing class:
- ContentNavigationService
public class ContentNavigationService.JsonMenuNode
- extends Object
- implements Comparable<ContentNavigationService.JsonMenuNode>
Navigation by Content Node
- Author:
- Thomas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentNavigationService.JsonMenuNode
public ContentNavigationService.JsonMenuNode()
ContentNavigationService.JsonMenuNode
public ContentNavigationService.JsonMenuNode(String label,
String uri,
String navigationNode)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getUri
public String getUri()
setUri
public void setUri(String uri)
getNodes
public List<ContentNavigationService.JsonMenuNode> getNodes()
setNodes
public void setNodes(List<ContentNavigationService.JsonMenuNode> nodes)
getNavigationNode
public String getNavigationNode()
setNavigationNode
public void setNavigationNode(String navigationNode)
setIndex
public void setIndex(long index)
getPageParamId
public String getPageParamId()
setPageParamId
public void setPageParamId(String pageParamId)
getContentPath
public String getContentPath()
setContentPath
public void setContentPath(String contentPath)
compareTo
public int compareTo(ContentNavigationService.JsonMenuNode o)
- Specified by:
compareTo in interface Comparable<ContentNavigationService.JsonMenuNode>
isViewable
public boolean isViewable()
setViewable
public void setViewable(boolean isViewable)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.