Class PersonPojo


  • @Immutable
    public class PersonPojo
    extends Object
    Representation of a "Person"
    Author:
    Philip Helger
    • Constructor Detail

    • Method Detail

      • getID

        @Nonnull
        public final String getID()
      • getIDSchemeID

        @Nonnull
        public final String getIDSchemeID()
      • getFamilyName

        @Nonnull
        public final String getFamilyName()
      • getGivenName

        @Nonnull
        public final String getGivenName()
      • getGenderCode

        @Nullable
        public final String getGenderCode()
      • getBirthName

        @Nullable
        public final String getBirthName()
      • getBirthDate

        @Nonnull
        public final LocalDate getBirthDate()
      • getBirthTown

        @Nullable
        public final String getBirthTown()
      • getAddress

        @Nullable
        public final AddressPojo getAddress()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object