Class UpdateQuantityAmountForEachMatchingQuantity.UpdateQuantityAmountForEachMatchingQuantityDefault
java.lang.Object
cdm.product.common.settlement.functions.UpdateQuantityAmountForEachMatchingQuantity
cdm.product.common.settlement.functions.UpdateQuantityAmountForEachMatchingQuantity.UpdateQuantityAmountForEachMatchingQuantityDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
UpdateQuantityAmountForEachMatchingQuantity
public static class UpdateQuantityAmountForEachMatchingQuantity.UpdateQuantityAmountForEachMatchingQuantityDefault
extends UpdateQuantityAmountForEachMatchingQuantity
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.product.common.settlement.functions.UpdateQuantityAmountForEachMatchingQuantity
UpdateQuantityAmountForEachMatchingQuantity.UpdateQuantityAmountForEachMatchingQuantityDefault -
Field Summary
Fields inherited from class cdm.product.common.settlement.functions.UpdateQuantityAmountForEachMatchingQuantity
objectValidator, unitEquals, updateAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignOutput(FieldWithMetaNonNegativeQuantitySchedule.FieldWithMetaNonNegativeQuantityScheduleBuilder updatedQuantity, FieldWithMetaNonNegativeQuantitySchedule quantity, List<? extends NonNegativeQuantitySchedule> change, QuantityChangeDirectionEnum direction) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> changedAmount(FieldWithMetaNonNegativeQuantitySchedule quantity, List<? extends NonNegativeQuantitySchedule> change, QuantityChangeDirectionEnum direction) doEvaluate(FieldWithMetaNonNegativeQuantitySchedule quantity, List<? extends NonNegativeQuantitySchedule> change, QuantityChangeDirectionEnum direction) Methods inherited from class cdm.product.common.settlement.functions.UpdateQuantityAmountForEachMatchingQuantity
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
-
UpdateQuantityAmountForEachMatchingQuantityDefault
public UpdateQuantityAmountForEachMatchingQuantityDefault()
-
-
Method Details
-
doEvaluate
protected FieldWithMetaNonNegativeQuantitySchedule.FieldWithMetaNonNegativeQuantityScheduleBuilder doEvaluate(FieldWithMetaNonNegativeQuantitySchedule quantity, List<? extends NonNegativeQuantitySchedule> change, QuantityChangeDirectionEnum direction) - Specified by:
doEvaluatein classUpdateQuantityAmountForEachMatchingQuantity
-
assignOutput
protected FieldWithMetaNonNegativeQuantitySchedule.FieldWithMetaNonNegativeQuantityScheduleBuilder assignOutput(FieldWithMetaNonNegativeQuantitySchedule.FieldWithMetaNonNegativeQuantityScheduleBuilder updatedQuantity, FieldWithMetaNonNegativeQuantitySchedule quantity, List<? extends NonNegativeQuantitySchedule> change, QuantityChangeDirectionEnum direction) -
changedAmount
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> changedAmount(FieldWithMetaNonNegativeQuantitySchedule quantity, List<? extends NonNegativeQuantitySchedule> change, QuantityChangeDirectionEnum direction) - Specified by:
changedAmountin classUpdateQuantityAmountForEachMatchingQuantity
-