Class DayMonthYear


  • @Deprecated
    public class DayMonthYear
    extends Object
    Deprecated.
    Value object to store a day, month, and year tuple
    Author:
    Stewart Bissett
    • Constructor Detail

      • DayMonthYear

        public DayMonthYear​(int day,
                            Months month,
                            int year)
        Deprecated.
    • Method Detail

      • getDay

        public int getDay()
        Deprecated.
      • getMonth

        public Months getMonth()
        Deprecated.
      • getYear

        public int getYear()
        Deprecated.
      • toLocalDate

        public LocalDate toLocalDate()
        Deprecated.
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object