Uses of Class
de.digitalcollections.model.identifiable.entity.Topic
-
Packages that use Topic Package Description de.digitalcollections.model.identifiable.entity -
-
Uses of Topic in de.digitalcollections.model.identifiable.entity
Classes in de.digitalcollections.model.identifiable.entity with type parameters of type Topic Modifier and Type Class Description static classTopic.TopicBuilder<C extends Topic,B extends Topic.TopicBuilder<C,B>>Methods in de.digitalcollections.model.identifiable.entity that return Topic Modifier and Type Method Description TopicTopic. getParent()Methods in de.digitalcollections.model.identifiable.entity that return types with arguments of type Topic Modifier and Type Method Description List<Topic>Topic. getChildren()Methods in de.digitalcollections.model.identifiable.entity with parameters of type Topic Modifier and Type Method Description voidTopic. addChild(Topic child)voidTopic. setParent(Topic parent)Method parameters in de.digitalcollections.model.identifiable.entity with type arguments of type Topic Modifier and Type Method Description voidTopic. setChildren(List<Topic> children)Constructor parameters in de.digitalcollections.model.identifiable.entity with type arguments of type Topic Constructor Description Topic(List<Topic> children)
-