Package cdm.event.common.functions
Class Create_Cashflow.Create_CashflowDefault
java.lang.Object
cdm.event.common.functions.Create_Cashflow
cdm.event.common.functions.Create_Cashflow.Create_CashflowDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_Cashflow
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_Cashflow
Create_Cashflow.Create_CashflowDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_Cashflow
objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Cashflow.CashflowBuilderassignOutput(Cashflow.CashflowBuilder cashflow, BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) protected Cashflow.CashflowBuilderdoEvaluate(BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) Methods inherited from class cdm.event.common.functions.Create_Cashflow
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
-
Create_CashflowDefault
public Create_CashflowDefault()
-
-
Method Details
-
doEvaluate
protected Cashflow.CashflowBuilder doEvaluate(BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting) - Specified by:
doEvaluatein classCreate_Cashflow
-
assignOutput
protected Cashflow.CashflowBuilder assignOutput(Cashflow.CashflowBuilder cashflow, BigDecimal amount, FieldWithMetaString currency, SettlementDate settlementDate, PayerReceiver payerReceiver, CashflowType cashflowType, PaymentDiscounting paymentDiscounting)
-