ContentNode<ContentNode>, Identifiable, IdentifiablesContainer, Node<ContentNode>public class ContentNodeImpl extends IdentifiableImpl implements ContentNode<ContentNode>, IdentifiablesContainer
created, description, label, lastModified, type| Constructor | Description |
|---|---|
ContentNodeImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ContentNode> |
getChildren() |
|
java.util.List<Identifiable> |
getIdentifiables() |
|
ContentNode |
getParent() |
|
void |
setChildren(java.util.List<ContentNode> children) |
|
void |
setIdentifiables(java.util.List<Identifiable> identifiables) |
|
void |
setParent(ContentNode parent) |
getCreated, getDescription, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setLabel, setLastModified, setType, setUuidgetCreated, getDescription, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setLabel, setLastModified, setType, setUuidaddIdentifiablepublic java.util.List<ContentNode> getChildren()
getChildren in interface Node<ContentNode>public void setChildren(java.util.List<ContentNode> children)
setChildren in interface Node<ContentNode>public java.util.List<Identifiable> getIdentifiables()
getIdentifiables in interface IdentifiablesContainerpublic void setIdentifiables(java.util.List<Identifiable> identifiables)
setIdentifiables in interface IdentifiablesContainerpublic ContentNode getParent()
getParent in interface Node<ContentNode>public void setParent(ContentNode parent)
setParent in interface Node<ContentNode>Copyright © 2018. All rights reserved.