Uses of Interface
de.digitalcollections.model.api.identifiable.entity.Collection
| Package | Description |
|---|---|
| de.digitalcollections.model.impl.identifiable.entity |
-
Uses of Collection in de.digitalcollections.model.impl.identifiable.entity
Classes in de.digitalcollections.model.impl.identifiable.entity that implement Collection Modifier and Type Class Description classCollectionImplMethods in de.digitalcollections.model.impl.identifiable.entity that return Collection Modifier and Type Method Description CollectionCollectionImpl. getParent()Methods in de.digitalcollections.model.impl.identifiable.entity that return types with arguments of type Collection Modifier and Type Method Description java.util.List<Collection>CollectionImpl. getChildren()Methods in de.digitalcollections.model.impl.identifiable.entity with parameters of type Collection Modifier and Type Method Description voidCollectionImpl. setParent(Collection parent)Method parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type Collection Modifier and Type Method Description voidCollectionImpl. setChildren(java.util.List<Collection> children)