Interface Person
- All Superinterfaces:
Agent,Entity,Identifiable
- All Known Implementing Classes:
PersonImpl
public interface Person extends Entity, Agent
Human being that has certain capacities or attributes constituting personhood.
-
Method Summary
Modifier and Type Method Description java.time.LocalDategetDateOfBirth()java.time.LocalDategetDateOfDeath()GendergetGender()GeoLocationgetPlaceOfBirth()GeoLocationgetPlaceOfDeath()org.wikidata.wdtk.datamodel.interfaces.TimeValuegetTimeValueOfBirth()org.wikidata.wdtk.datamodel.interfaces.TimeValuegetTimeValueOfDeath()voidsetDateOfBirth(java.time.LocalDate dateOfBirth)voidsetDateOfDeath(java.time.LocalDate dateOfDeath)voidsetGender(Gender gender)voidsetPlaceOfBirth(GeoLocation placeOfBirth)voidsetPlaceOfDeath(GeoLocation placeOfDeath)voidsetTimeValueOfBirth(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValueOfBirth)voidsetTimeValueOfDeath(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValueOfDeath)Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hasCustomAttribute, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Method Details
-
getDateOfBirth
java.time.LocalDate getDateOfBirth() -
setDateOfBirth
void setDateOfBirth(java.time.LocalDate dateOfBirth) -
getPlaceOfBirth
GeoLocation getPlaceOfBirth() -
setPlaceOfBirth
-
getDateOfDeath
java.time.LocalDate getDateOfDeath() -
setDateOfDeath
void setDateOfDeath(java.time.LocalDate dateOfDeath) -
getPlaceOfDeath
GeoLocation getPlaceOfDeath() -
setPlaceOfDeath
-
getTimeValueOfBirth
org.wikidata.wdtk.datamodel.interfaces.TimeValue getTimeValueOfBirth() -
setTimeValueOfBirth
void setTimeValueOfBirth(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValueOfBirth) -
getTimeValueOfDeath
org.wikidata.wdtk.datamodel.interfaces.TimeValue getTimeValueOfDeath() -
setTimeValueOfDeath
void setTimeValueOfDeath(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValueOfDeath) -
getGender
Gender getGender() -
setGender
-