Package com.rosetta.model.lib.records
Class DateImpl
java.lang.Object
com.rosetta.model.lib.records.DateImpl
- All Implemented Interfaces:
Date,Comparable<Date>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateImpl
protected DateImpl(int year, int month, int day) -
DateImpl
-
-
Method Details
-
getDay
public int getDay() -
getMonth
public int getMonth() -
getYear
public int getYear() -
hashCode
public int hashCode() -
equals
-
toString
-
toLocalDate
- Specified by:
toLocalDatein interfaceDate
-
compareTo
- Specified by:
compareToin interfaceComparable<Date>
-
of
-