Interface Webpage<W extends Webpage>
-
- Type Parameters:
W- a webpage instance
- All Superinterfaces:
EntityPart,Identifiable,Node<W>
- All Known Implementing Classes:
WebpageImpl
public interface Webpage<W extends Webpage> extends Node<W>, EntityPart
A Webpage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalizedStructuredContentgetText()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, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Node
addChild, getChildren, getParent, setChildren, setParent
-
-
-
-
Method Detail
-
getText
LocalizedStructuredContent getText()
-
setText
void setText(LocalizedStructuredContent text)
-
-