Class DateExtended
java.lang.Object
com.rosetta.model.lib.records.DateImpl
com.regnosys.rosetta.common.serialisation.mixin.DateExtended
- All Implemented Interfaces:
com.rosetta.model.lib.records.Date,Comparable<com.rosetta.model.lib.records.Date>
public class DateExtended
extends com.rosetta.model.lib.records.DateImpl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.rosetta.model.lib.records.DateImpl
compareTo, equals, getDay, getMonth, getYear, hashCode, of, toLocalDate, toString
-
Constructor Details
-
DateExtended
public DateExtended(int year, int month, int day) -
DateExtended
-