Package cdm.margin.schedule.functions
Class DateDifferenceYears.DateDifferenceYearsDefault
java.lang.Object
cdm.margin.schedule.functions.DateDifferenceYears
cdm.margin.schedule.functions.DateDifferenceYears.DateDifferenceYearsDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
DateDifferenceYears
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.margin.schedule.functions.DateDifferenceYears
DateDifferenceYears.DateDifferenceYearsDefault -
Field Summary
Fields inherited from class cdm.margin.schedule.functions.DateDifferenceYears
dateDifference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimalassignOutput(BigDecimal difference, com.rosetta.model.lib.records.Date firstDate, com.rosetta.model.lib.records.Date secondDate) protected BigDecimaldoEvaluate(com.rosetta.model.lib.records.Date firstDate, com.rosetta.model.lib.records.Date secondDate) Methods inherited from class cdm.margin.schedule.functions.DateDifferenceYears
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
DateDifferenceYearsDefault
public DateDifferenceYearsDefault()
-
-
Method Details
-
doEvaluate
protected BigDecimal doEvaluate(com.rosetta.model.lib.records.Date firstDate, com.rosetta.model.lib.records.Date secondDate) - Specified by:
doEvaluatein classDateDifferenceYears
-
assignOutput
protected BigDecimal assignOutput(BigDecimal difference, com.rosetta.model.lib.records.Date firstDate, com.rosetta.model.lib.records.Date secondDate)
-