Interface Subtopic
-
- All Superinterfaces:
EntityPart,Identifiable,Node<Subtopic>
- All Known Implementing Classes:
SubtopicImpl
public interface Subtopic extends Node<Subtopic>, EntityPart
https://www.merriam-webster.com/dictionary/subtopic: "a (subtopic is a) topic that is part of a broader or more general topic ..." "a (subtopic is a) topic that is one of the parts or divisions of the main topic ..." "a (subtopic is a) topic (as in a composition) that is a division of a main topic" https://www.linguee.com/english-german/translation/subtopic.html german: "Unterthema"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default List<Entity>addEntity(Entity entity)default List<FileResource>addFileResource(FileResource fileResource)List<Entity>getEntities()List<FileResource>getFileResources()voidsetEntities(List<Entity> entities)voidsetFileResources(List<FileResource> fileResources)-
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
-
getFileResources
List<FileResource> getFileResources()
-
setFileResources
void setFileResources(List<FileResource> fileResources)
-
addFileResource
default List<FileResource> addFileResource(FileResource fileResource)
-
-