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