public class NodeImpl<N extends Node> extends IdentifiableImpl implements Node<N>
created, description, iiifImage, label, lastModified, type| Constructor and Description |
|---|
NodeImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<N> |
getChildren() |
List<Identifiable> |
getContent() |
N |
getParent() |
void |
setChildren(List<N> children) |
void |
setContent(List<Identifiable> content) |
void |
setParent(N parent) |
getCreated, getDescription, getIiifImage, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setIiifImage, setLabel, setLastModified, setType, setUuidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, addContentgetCreated, getDescription, getIiifImage, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setIiifImage, setLabel, setLastModified, setType, setUuidpublic List<N> getChildren()
getChildren in interface Node<N extends Node>public void setChildren(List<N> children)
setChildren in interface Node<N extends Node>public List<Identifiable> getContent()
getContent in interface Node<N extends Node>public void setContent(List<Identifiable> content)
setContent in interface Node<N extends Node>Copyright © 2018. All rights reserved.