com.atlassian.confluence.pages
Class ContentNode
java.lang.Object
com.atlassian.confluence.pages.ContentNode
public class ContentNode
- extends Object
ContentNode
public ContentNode()
ContentNode
public ContentNode(Page page)
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-2013 Atlassian. All Rights Reserved.