Interface Webpage
-
- All Superinterfaces:
EntityPart,Identifiable,Node<Webpage>
- All Known Implementing Classes:
WebpageImpl
public interface Webpage extends Node<Webpage>, EntityPart
A Webpage of a Website.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalDategetPublicationEnd()LocalDategetPublicationStart()LocalizedStructuredContentgetText()voidsetPublicationEnd(LocalDate publicationEnd)voidsetPublicationStart(LocalDate publicationStart)voidsetText(LocalizedStructuredContent text)-
Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.parts.EntityPart
getEntityPartType, setEntityPartType
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Node
addChild, getChildren, getParent, setChildren, setParent
-
-
-
-
Method Detail
-
getPublicationEnd
LocalDate getPublicationEnd()
-
setPublicationEnd
void setPublicationEnd(LocalDate publicationEnd)
-
getPublicationStart
LocalDate getPublicationStart()
-
setPublicationStart
void setPublicationStart(LocalDate publicationStart)
-
getText
LocalizedStructuredContent getText()
-
setText
void setText(LocalizedStructuredContent text)
-
-