Class LobidPerson

java.lang.Object
de.digitalcollections.lobid.model.LobidEntity
de.digitalcollections.lobid.model.LobidPerson

public class LobidPerson extends LobidEntity
type = "DifferentiatedPerson" / "Person"
  • Constructor Details

    • LobidPerson

      public LobidPerson()
  • Method Details

    • getDateOfBirth

      public String getDateOfBirth()
    • getDateOfDeath

      public String getDateOfDeath()
    • getDepiction

      public List<LobidDepiction> getDepiction()
    • setDateOfBirth

      public void setDateOfBirth(List<String> dateOfBirths)
    • setDateOfDeath

      public void setDateOfDeath(List<String> dateOfDeaths)
    • setDepiction

      public void setDepiction(List<LobidDepiction> depiction)