Uses of Class
de.digitalcollections.model.identifiable.entity.Entity
-
-
Uses of Entity in de.digitalcollections.model.identifiable.entity
Subclasses of Entity in de.digitalcollections.model.identifiable.entity Modifier and Type Class Description classArticleArticle is used to manage cultural articles and their hierarchy.classCollectionA collection ofEntitys.classDigitalObjectA (cultural) digital object, can be a retro digitization of a physical object or a digital native object.classProjectProject is used to describe a project (like a digitization project or an electronic publishing project).classTopichttps://www.merriam-webster.com/dictionary/topic: "the subject of something that is being discussed or has been written or thought about" https://www.linguee.com/english-german/translation/topic.html german: "Thema, Inhalt, Gegenstand, Gesprächsthema" or "Thematik, Themengebiet, Themenbereich"classWebsiteA Website.Methods in de.digitalcollections.model.identifiable.entity that return types with arguments of type Entity Modifier and Type Method Description List<Entity>Collection. getEntities()List<Entity>Topic. getEntities()Methods in de.digitalcollections.model.identifiable.entity with parameters of type Entity Modifier and Type Method Description voidCollection. addEntity(Entity entity)voidTopic. addEntity(Entity entity)Method parameters in de.digitalcollections.model.identifiable.entity with type arguments of type Entity Modifier and Type Method Description voidCollection. setEntities(List<Entity> entities)voidTopic. setEntities(List<Entity> entities) -
Uses of Entity in de.digitalcollections.model.identifiable.entity.agent
Subclasses of Entity in de.digitalcollections.model.identifiable.entity.agent Modifier and Type Class Description classAgenthttps://books.google.de/books?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 Entity in de.digitalcollections.model.identifiable.entity.geo.location
Subclasses of Entity in de.digitalcollections.model.identifiable.entity.geo.location Modifier and Type Class Description classGeoLocationA location located on earth.classHumanSettlementA community of any size, in which people live see https://www.wikidata.org/wiki/Q486972 -
Uses of Entity in de.digitalcollections.model.identifiable.entity.relation
Methods in de.digitalcollections.model.identifiable.entity.relation that return Entity Modifier and Type Method Description EntityEntityRelation. getObject()EntityEntityRelation. getSubject()Methods in de.digitalcollections.model.identifiable.entity.relation with parameters of type Entity Modifier and Type Method Description voidEntityRelation. setObject(Entity objectEntity)voidEntityRelation. setSubject(Entity subjectEntity)Constructors in de.digitalcollections.model.identifiable.entity.relation with parameters of type Entity Constructor Description EntityRelation(Entity subject, String predicate, Entity object) -
Uses of Entity in de.digitalcollections.model.identifiable.entity.work
Subclasses of Entity in de.digitalcollections.model.identifiable.entity.work Modifier and Type Class Description classExpressionFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work:classItemFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#item:classManifestationFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work:classWorkFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work:
-