com.atlassian.confluence.pages
Class ContentNode

java.lang.Object
  extended by com.atlassian.confluence.pages.ContentNode

public class ContentNode
extends Object


Constructor Summary
ContentNode()
           
ContentNode(Page page)
           
 
Method Summary
 void addChild(ContentNode contentNode)
           
 void addChildren(List<ContentNode> children)
           
 boolean equals(Object obj)
           
 List<ContentNode> getChildren()
           
 Page getPage()
           
 ContentNode getParent()
           
 int hashCode()
           
 void removeChild(ContentNode node)
           
 void setChildren(List<ContentNode> children)
           
 void setPage(Page page)
           
 void setParent(ContentNode parent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentNode

public ContentNode()

ContentNode

public ContentNode(Page page)
Method Detail

getPage

public Page getPage()

setPage

public void setPage(Page page)

getChildren

public List<ContentNode> getChildren()

setChildren

public void setChildren(List<ContentNode> children)

addChild

public void addChild(ContentNode contentNode)

addChildren

public void addChildren(List<ContentNode> children)

removeChild

public void removeChild(ContentNode node)

getParent

public ContentNode getParent()

setParent

public void setParent(ContentNode parent)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003–2015 Atlassian. All rights reserved.