Package cdm.observable.asset
Interface Price.PriceBuilder
- All Superinterfaces:
MeasureBase,MeasureBase.MeasureBaseBuilder,MeasureSchedule,MeasureSchedule.MeasureScheduleBuilder,Price,PriceSchedule,PriceSchedule.PriceScheduleBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
Price.PriceBuilderImpl
- Enclosing interface:
Price
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.math.MeasureBase
MeasureBase.MeasureBaseBuilder, MeasureBase.MeasureBaseBuilderImpl, MeasureBase.MeasureBaseImplNested classes/interfaces inherited from interface cdm.base.math.MeasureSchedule
MeasureSchedule.MeasureScheduleBuilder, MeasureSchedule.MeasureScheduleBuilderImpl, MeasureSchedule.MeasureScheduleImplNested classes/interfaces inherited from interface cdm.observable.asset.Price
Price.PriceBuilder, Price.PriceBuilderImpl, Price.PriceImplNested classes/interfaces inherited from interface cdm.observable.asset.PriceSchedule
PriceSchedule.PriceScheduleBuilder, PriceSchedule.PriceScheduleBuilderImpl, PriceSchedule.PriceScheduleImpl -
Field Summary
Fields inherited from interface cdm.base.math.MeasureBase
metaDataFields inherited from interface cdm.base.math.MeasureSchedule
metaDataFields inherited from interface cdm.observable.asset.PriceSchedule
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddDatedValue(DatedValue datedValue) addDatedValue(DatedValue datedValue, int idx) addDatedValue(List<? extends DatedValue> datedValue) default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setArithmeticOperator(ArithmeticOperationEnum arithmeticOperator) setCashPrice(CashPrice cashPrice) setComposite(PriceComposite composite) setDatedValue(List<? extends DatedValue> datedValue) setPerUnitOf(UnitType perUnitOf) setPriceExpression(PriceExpressionEnum priceExpression) setPriceType(PriceTypeEnum priceType) setValue(BigDecimal value) Methods inherited from interface cdm.base.math.MeasureBase
getValueMethods inherited from interface cdm.base.math.MeasureBase.MeasureBaseBuilder
getOrCreateUnit, getUnitMethods inherited from interface cdm.base.math.MeasureSchedule.MeasureScheduleBuilder
getDatedValue, getOrCreateDatedValueMethods inherited from interface cdm.observable.asset.Price
build, getType, metaData, process, toBuilderMethods inherited from interface cdm.observable.asset.PriceSchedule
getArithmeticOperator, getPriceExpression, getPriceTypeMethods inherited from interface cdm.observable.asset.PriceSchedule.PriceScheduleBuilder
getCashPrice, getComposite, getOrCreateCashPrice, getOrCreateComposite, getOrCreatePerUnitOf, getPerUnitOfMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
setValue
- Specified by:
setValuein interfaceMeasureBase.MeasureBaseBuilder- Specified by:
setValuein interfaceMeasureSchedule.MeasureScheduleBuilder- Specified by:
setValuein interfacePriceSchedule.PriceScheduleBuilder
-
setUnit
- Specified by:
setUnitin interfaceMeasureBase.MeasureBaseBuilder- Specified by:
setUnitin interfaceMeasureSchedule.MeasureScheduleBuilder- Specified by:
setUnitin interfacePriceSchedule.PriceScheduleBuilder
-
addDatedValue
- Specified by:
addDatedValuein interfaceMeasureSchedule.MeasureScheduleBuilder- Specified by:
addDatedValuein interfacePriceSchedule.PriceScheduleBuilder
-
addDatedValue
- Specified by:
addDatedValuein interfaceMeasureSchedule.MeasureScheduleBuilder- Specified by:
addDatedValuein interfacePriceSchedule.PriceScheduleBuilder
-
addDatedValue
- Specified by:
addDatedValuein interfaceMeasureSchedule.MeasureScheduleBuilder- Specified by:
addDatedValuein interfacePriceSchedule.PriceScheduleBuilder
-
setDatedValue
- Specified by:
setDatedValuein interfaceMeasureSchedule.MeasureScheduleBuilder- Specified by:
setDatedValuein interfacePriceSchedule.PriceScheduleBuilder
-
setPerUnitOf
- Specified by:
setPerUnitOfin interfacePriceSchedule.PriceScheduleBuilder
-
setPriceType
- Specified by:
setPriceTypein interfacePriceSchedule.PriceScheduleBuilder
-
setPriceExpression
- Specified by:
setPriceExpressionin interfacePriceSchedule.PriceScheduleBuilder
-
setComposite
- Specified by:
setCompositein interfacePriceSchedule.PriceScheduleBuilder
-
setArithmeticOperator
- Specified by:
setArithmeticOperatorin interfacePriceSchedule.PriceScheduleBuilder
-
setCashPrice
- Specified by:
setCashPricein interfacePriceSchedule.PriceScheduleBuilder
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfaceMeasureBase.MeasureBaseBuilder- Specified by:
processin interfaceMeasureSchedule.MeasureScheduleBuilder- Specified by:
processin interfacePriceSchedule.PriceScheduleBuilder- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
Price.PriceBuilder prune()- Specified by:
prunein interfaceMeasureBase.MeasureBaseBuilder- Specified by:
prunein interfaceMeasureSchedule.MeasureScheduleBuilder- Specified by:
prunein interfacePriceSchedule.PriceScheduleBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-