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
Modifier and Type Method Description default java.util.List<Entity>addEntity(Entity entity)default java.util.List<FileResource>addFileResource(FileResource fileResource)java.util.List<Entity>getEntities()java.util.List<FileResource>getFileResources()voidsetEntities(java.util.List<Entity> entities)voidsetFileResources(java.util.List<FileResource> fileResources)Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.parts.EntityPart
getEntityPartType, setEntityPartTypeMethods 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, setUuidMethods inherited from interface de.digitalcollections.model.api.identifiable.Node
addChild, getChildren, getParent, setChildren, setParent
-
Method Details
-
getEntities
java.util.List<Entity> getEntities() -
setEntities
-
addEntity
-
getFileResources
java.util.List<FileResource> getFileResources() -
setFileResources
-
addFileResource
-