com.atlassian.confluence.pages
Class ContentNode
java.lang.Object
com.atlassian.confluence.pages.ContentNode
public class ContentNode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ContentNode
public ContentNode()
ContentNode
public ContentNode(Page page)
getPage
public Page getPage()
setPage
public void setPage(Page page)
getChildren
public java.util.List<ContentNode> getChildren()
setChildren
public void setChildren(java.util.List<ContentNode> children)
addChild
public void addChild(ContentNode contentNode)
addChildren
public void addChildren(java.util.List<ContentNode> children)
removeChild
public void removeChild(ContentNode node)
getParent
public ContentNode getParent()
setParent
public void setParent(ContentNode parent)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2013 Atlassian. All Rights Reserved.