com.atlassian.confluence.pages
Class ContentNode

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

public class ContentNode
extends java.lang.Object


Constructor Summary
ContentNode()
           
ContentNode(Page page)
           
 
Method Summary
 void addChild(ContentNode contentNode)
           
 void addChildren(java.util.List children)
           
 java.util.List getChildren()
           
 Page getPage()
           
 ContentNode getParent()
           
 void removeChild(ContentNode node)
           
 void setChildren(java.util.List children)
           
 void setPage(Page page)
           
 void setParent(ContentNode parent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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 java.util.List getChildren()

setChildren

public void setChildren(java.util.List children)

addChild

public void addChild(ContentNode contentNode)

addChildren

public void addChildren(java.util.List children)

removeChild

public void removeChild(ContentNode node)

getParent

public ContentNode getParent()

setParent

public void setParent(ContentNode parent)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.