Uses of Class
de.digitalcollections.model.identifiable.entity.agent.Agent
-
-
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
Classes in de.digitalcollections.model.identifiable.entity.agent with type parameters of type Agent Modifier and Type Class Description static classAgent.AgentBuilder<C extends Agent,B extends Agent.AgentBuilder<C,B>>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.classFamilyA family (e.g.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()List<Agent>Item. getHolders()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)voidItem. setHolders(List<Agent> holders) -
Uses of Agent in de.digitalcollections.model.production
Methods in de.digitalcollections.model.production that return Agent Modifier and Type Method Description AgentCreationInfo. getCreator()Methods in de.digitalcollections.model.production with parameters of type Agent Modifier and Type Method Description CreationInfo.BuilderCreationInfo.Builder. creator(Agent creator)voidCreationInfo. setCreator(Agent creator)Specify, who created the digital object
-