Uses of Class
de.digitalcollections.model.identifiable.entity.work.Item
-
Packages that use Item Package Description de.digitalcollections.model.identifiable.entity de.digitalcollections.model.identifiable.entity.work -
-
Uses of Item in de.digitalcollections.model.identifiable.entity
Methods in de.digitalcollections.model.identifiable.entity that return Item Modifier and Type Method Description ItemDigitalObject. getItem()Methods in de.digitalcollections.model.identifiable.entity with parameters of type Item Modifier and Type Method Description voidDigitalObject. setItem(Item item)Set the item, the digital object belongs to -
Uses of Item in de.digitalcollections.model.identifiable.entity.work
Classes in de.digitalcollections.model.identifiable.entity.work with type parameters of type Item Modifier and Type Class Description static classItem.ItemBuilder<C extends Item,B extends Item.ItemBuilder<C,B>>Methods in de.digitalcollections.model.identifiable.entity.work that return Item Modifier and Type Method Description ItemItem. getPartOfItem()Methods in de.digitalcollections.model.identifiable.entity.work with parameters of type Item Modifier and Type Method Description voidItem. setPartOfItem(Item partOfItem)
-