Uses of Interface
de.digitalcollections.model.api.identifiable.entity.parts.Subtopic
-
Uses of Subtopic in de.digitalcollections.model.api.identifiable.entity
Methods in de.digitalcollections.model.api.identifiable.entity that return types with arguments of type Subtopic Modifier and Type Method Description java.util.List<Subtopic>Topic. getSubtopics()Methods in de.digitalcollections.model.api.identifiable.entity with parameters of type Subtopic Modifier and Type Method Description voidTopic. addSubtopic(Subtopic subtopic)Method parameters in de.digitalcollections.model.api.identifiable.entity with type arguments of type Subtopic Modifier and Type Method Description voidTopic. setSubtopics(java.util.List<Subtopic> subTopics) -
Uses of Subtopic in de.digitalcollections.model.impl.identifiable.entity
Methods in de.digitalcollections.model.impl.identifiable.entity that return types with arguments of type Subtopic Modifier and Type Method Description java.util.List<Subtopic>TopicImpl. getSubtopics()Methods in de.digitalcollections.model.impl.identifiable.entity with parameters of type Subtopic Modifier and Type Method Description voidTopicImpl. addSubtopic(Subtopic subtopic)Method parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type Subtopic Modifier and Type Method Description voidTopicImpl. setSubtopics(java.util.List<Subtopic> subtopics)Constructor parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type Subtopic Constructor Description TopicImpl(java.util.List<Subtopic> subtopics) -
Uses of Subtopic in de.digitalcollections.model.impl.identifiable.entity.parts
Classes in de.digitalcollections.model.impl.identifiable.entity.parts that implement Subtopic Modifier and Type Class Description classSubtopicImplMethods in de.digitalcollections.model.impl.identifiable.entity.parts that return Subtopic Modifier and Type Method Description SubtopicSubtopicImpl. getParent()Methods in de.digitalcollections.model.impl.identifiable.entity.parts that return types with arguments of type Subtopic Modifier and Type Method Description java.util.List<Subtopic>SubtopicImpl. getChildren()Methods in de.digitalcollections.model.impl.identifiable.entity.parts with parameters of type Subtopic Modifier and Type Method Description voidSubtopicImpl. setParent(Subtopic parent)Method parameters in de.digitalcollections.model.impl.identifiable.entity.parts with type arguments of type Subtopic Modifier and Type Method Description voidSubtopicImpl. setChildren(java.util.List<Subtopic> children)