public class ContentNode extends Object
Constructor and Description |
---|
ContentNode() |
ContentNode(Page page) |
Modifier and Type | Method and Description |
---|---|
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() |
public ContentNode()
public ContentNode(Page page)
public Page getPage()
public void setPage(Page page)
public List<ContentNode> getChildren()
public void setChildren(List<ContentNode> children)
public void addChild(ContentNode contentNode)
public void addChildren(List<ContentNode> children)
public void removeChild(ContentNode node)
public ContentNode getParent()
public void setParent(ContentNode parent)
Copyright © 2003–2015 Atlassian. All rights reserved.