Interface Topic
-
- All Superinterfaces:
Entity,Identifiable
- All Known Implementing Classes:
TopicImpl
public interface Topic extends Entity
https://www.merriam-webster.com/dictionary/topic: "the subject of something that is being discussed or has been written or thought about" https://www.linguee.com/english-german/translation/topic.html german: "Thema, Inhalt, Gegenstand, Gesprächsthema" or "Thematik, Themengebiet, Themenbereich"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSubtopic(Subtopic subtopic)List<Subtopic>getSubtopics()voidsetSubtopics(List<Subtopic> subTopics)-
Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getEntityType, getRefId, setEntityType, setRefId
-
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
-
-