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 Details

    • addSubtopic

      void addSubtopic​(Subtopic subtopic)
    • getSubtopics

      java.util.List<Subtopic> getSubtopics()
    • setSubtopics

      void setSubtopics​(java.util.List<Subtopic> subTopics)