Class Identification


  • public class Identification
    extends Object
    • Field Detail

      • includePersonaliasForDigipostUser

        protected boolean includePersonaliasForDigipostUser
      • digipostAddress

        protected String digipostAddress
      • bankAccountNumber

        protected String bankAccountNumber
      • personalIdentificationNumber

        protected String personalIdentificationNumber
      • organisationNumber

        protected String organisationNumber
    • Constructor Detail

      • Identification

        public Identification​(NameAndAddress nameAndAddress)
      • Identification

        public Identification​(NameAndAddress nameAndAddress,
                              boolean includePersonaliasForDigipostUser)
      • Identification

        public Identification​(DigipostAddress digipostAddress)
      • Identification

        public Identification​(DigipostAddress digipostAddress,
                              boolean includePersonaliasForDigipostUser)
      • Identification

        public Identification​(PersonalIdentificationNumber personalIdentificationNumber,
                              boolean includePersonaliasForDigipostUser)
      • Identification

        public Identification()
    • Method Detail

      • getDigipostAddress

        public String getDigipostAddress()
      • getPersonalIdentificationNumber

        public String getPersonalIdentificationNumber()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object