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
Modifier and Type Method Description voidaddSubtopic(Subtopic subtopic)java.util.List<Subtopic>getSubtopics()voidsetSubtopics(java.util.List<Subtopic> subTopics)Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hasCustomAttribute, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods 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
-
Method Details
-
addSubtopic
-
getSubtopics
java.util.List<Subtopic> getSubtopics() -
setSubtopics
-