Package cdm.event.common.functions
Class Create_OnDemandRateChangePriceChangeInstruction.Create_OnDemandRateChangePriceChangeInstructionDefault
java.lang.Object
cdm.event.common.functions.Create_OnDemandRateChangePriceChangeInstruction
cdm.event.common.functions.Create_OnDemandRateChangePriceChangeInstruction.Create_OnDemandRateChangePriceChangeInstructionDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_OnDemandRateChangePriceChangeInstruction
public static class Create_OnDemandRateChangePriceChangeInstruction.Create_OnDemandRateChangePriceChangeInstructionDefault
extends Create_OnDemandRateChangePriceChangeInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_OnDemandRateChangePriceChangeInstruction
Create_OnDemandRateChangePriceChangeInstruction.Create_OnDemandRateChangePriceChangeInstructionDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_OnDemandRateChangePriceChangeInstruction
conditionValidator, objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignOutput(QuantityChangeInstruction.QuantityChangeInstructionBuilder quantityChangeInstruction, List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) protected com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> currentRatePrice(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) doEvaluate(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) protected com.rosetta.model.lib.mapper.MapperS<? extends Price> newPrice(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) protected com.rosetta.model.lib.mapper.MapperS<? extends PriceQuantity> newPriceQuantity(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) Methods inherited from class cdm.event.common.functions.Create_OnDemandRateChangePriceChangeInstruction
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_OnDemandRateChangePriceChangeInstructionDefault
public Create_OnDemandRateChangePriceChangeInstructionDefault()
-
-
Method Details
-
doEvaluate
protected QuantityChangeInstruction.QuantityChangeInstructionBuilder doEvaluate(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) - Specified by:
doEvaluatein classCreate_OnDemandRateChangePriceChangeInstruction
-
assignOutput
protected QuantityChangeInstruction.QuantityChangeInstructionBuilder assignOutput(QuantityChangeInstruction.QuantityChangeInstructionBuilder quantityChangeInstruction, List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) -
currentRatePrice
protected com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> currentRatePrice(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) - Specified by:
currentRatePricein classCreate_OnDemandRateChangePriceChangeInstruction
-
newPrice
protected com.rosetta.model.lib.mapper.MapperS<? extends Price> newPrice(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) - Specified by:
newPricein classCreate_OnDemandRateChangePriceChangeInstruction
-
newPriceQuantity
protected com.rosetta.model.lib.mapper.MapperS<? extends PriceQuantity> newPriceQuantity(List<? extends PriceQuantity> priceQuantity, BigDecimal newRate) - Specified by:
newPriceQuantityin classCreate_OnDemandRateChangePriceChangeInstruction
-