Package org.exparity.hamcrest.date
Class DayMonthYear
- java.lang.Object
-
- org.exparity.hamcrest.date.DayMonthYear
-
@Deprecated public class DayMonthYear extends Object
Deprecated.UseLocalDateValue object to store a day, month, and year tuple- Author:
- Stewart Bissett
-
-
Constructor Summary
Constructors Constructor Description DayMonthYear(int day, Months month, int year)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.intgetDay()Deprecated.MonthsgetMonth()Deprecated.intgetYear()Deprecated.inthashCode()Deprecated.LocalDatetoLocalDate()Deprecated.StringtoString()Deprecated.
-