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 Details

    • getDateOfBirth

      java.time.LocalDate getDateOfBirth()
    • setDateOfBirth

      void setDateOfBirth​(java.time.LocalDate dateOfBirth)
    • getPlaceOfBirth

      GeoLocation getPlaceOfBirth()
    • setPlaceOfBirth

      void setPlaceOfBirth​(GeoLocation placeOfBirth)
    • getDateOfDeath

      java.time.LocalDate getDateOfDeath()
    • setDateOfDeath

      void setDateOfDeath​(java.time.LocalDate dateOfDeath)
    • getPlaceOfDeath

      GeoLocation getPlaceOfDeath()
    • setPlaceOfDeath

      void setPlaceOfDeath​(GeoLocation placeOfDeath)
    • 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

      void setGender​(Gender gender)