Uses of Class
de.digitalcollections.model.identifiable.entity.agent.Agent
-
Packages that use Agent Package Description de.digitalcollections.model.identifiable.entity de.digitalcollections.model.identifiable.entity.agent de.digitalcollections.model.identifiable.entity.work -
-
Uses of Agent in de.digitalcollections.model.identifiable.entity
Methods in de.digitalcollections.model.identifiable.entity that return types with arguments of type Agent Modifier and Type Method Description List<Agent>Article. getCreators()Method parameters in de.digitalcollections.model.identifiable.entity with type arguments of type Agent Modifier and Type Method Description voidArticle. setCreators(List<Agent> creators) -
Uses of Agent in de.digitalcollections.model.identifiable.entity.agent
Subclasses of Agent in de.digitalcollections.model.identifiable.entity.agent Modifier and Type Class Description classCorporateBodyCorporateBody is used to describe a (business) corporation (e.g. a project partner or organization or creator of a work).classFamilyA family (e.g. the "Clintons").classPersonHuman being that has certain capacities or attributes constituting personhood. -
Uses of Agent in de.digitalcollections.model.identifiable.entity.work
Methods in de.digitalcollections.model.identifiable.entity.work that return types with arguments of type Agent Modifier and Type Method Description List<Agent>Work. getCreators()Method parameters in de.digitalcollections.model.identifiable.entity.work with type arguments of type Agent Modifier and Type Method Description voidWork. setCreators(List<Agent> creators)
-