Class Cardholder.Individual.DateOfBirth

    • Constructor Detail

      • DateOfBirth

        public DateOfBirth()
    • Method Detail

      • getDay

        public java.lang.Long getDay()
        The day of birth, between 1 and 31.
      • getMonth

        public java.lang.Long getMonth()
        The month of birth, between 1 and 12.
      • getYear

        public java.lang.Long getYear()
        The four-digit year of birth.
      • setDay

        public void setDay​(java.lang.Long day)
        The day of birth, between 1 and 31.
      • setMonth

        public void setMonth​(java.lang.Long month)
        The month of birth, between 1 and 12.
      • setYear

        public void setYear​(java.lang.Long year)
        The four-digit year of birth.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object