public class WebpageImpl extends ResourceImpl implements Webpage, Node<Webpage>
resourceTypecreated, description, iiifImage, label, lastModified, type| Constructor and Description |
|---|
WebpageImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Webpage child) |
void |
addContent(Identifiable identifiable) |
List<Webpage> |
getChildren() |
List<Identifiable> |
getContent() |
Webpage |
getParent() |
ResourceType |
getResourceType() |
MultilanguageDocument |
getText() |
void |
setChildren(List<Webpage> children) |
void |
setContent(List<Identifiable> content) |
void |
setParent(Webpage parent) |
void |
setResourceType(ResourceType resourceType) |
void |
setText(MultilanguageDocument text) |
getCreated, getDescription, getIiifImage, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setIiifImage, setLabel, setLastModified, setType, setUuidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreated, getDescription, getIiifImage, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setIiifImage, setLabel, setLastModified, setType, setUuidpublic void addContent(Identifiable identifiable)
addContent in interface Node<Webpage>public List<Webpage> getChildren()
getChildren in interface Node<Webpage>public void setChildren(List<Webpage> children)
setChildren in interface Node<Webpage>public List<Identifiable> getContent()
getContent in interface Node<Webpage>public void setContent(List<Identifiable> content)
setContent in interface Node<Webpage>public MultilanguageDocument getText()
public void setText(MultilanguageDocument text)
public ResourceType getResourceType()
getResourceType in interface ResourcegetResourceType in class ResourceImplpublic void setResourceType(ResourceType resourceType)
setResourceType in interface ResourcesetResourceType in class ResourceImplCopyright © 2018. All rights reserved.