Uses of Class
de.digitalcollections.model.identifiable.entity.Collection
-
Packages that use Collection Package Description de.digitalcollections.model.identifiable.entity -
-
Uses of Collection in de.digitalcollections.model.identifiable.entity
Classes in de.digitalcollections.model.identifiable.entity with type parameters of type Collection Modifier and Type Class Description static classCollection.CollectionBuilder<C extends Collection,B extends Collection.CollectionBuilder<C,B>>Methods in de.digitalcollections.model.identifiable.entity that return Collection Modifier and Type Method Description CollectionCollection. getParent()Methods in de.digitalcollections.model.identifiable.entity that return types with arguments of type Collection Modifier and Type Method Description List<Collection>Collection. getChildren()Node<Collection>Collection. getNode()Methods in de.digitalcollections.model.identifiable.entity with parameters of type Collection Modifier and Type Method Description voidCollection. setParent(Collection parent)Method parameters in de.digitalcollections.model.identifiable.entity with type arguments of type Collection Modifier and Type Method Description voidCollection. setChildren(List<Collection> children)
-