org.exoplatform.content.model
Class ContentNavigation
java.lang.Object
org.exoplatform.content.model.ContentNavigation
public class ContentNavigation
- extends java.lang.Object
Created by The eXo Platform SARL
Author : Dang Van Minh
minhdv81@yahoo.com
Jun 30, 2006
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentNavigation
public ContentNavigation()
getNode
public ContentNode getNode(int idx)
removeNode
public ContentNode removeNode(int idx)
addNode
public void addNode(ContentNode node)
getNodes
public java.util.ArrayList<ContentNode> getNodes()
getOwner
public java.lang.String getOwner()
setOwner
public void setOwner(java.lang.String owner)
setDescription
public void setDescription(java.lang.String des)
getDescription
public java.lang.String getDescription()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.