Package cdm.base.math
Interface MoneyRange.MoneyRangeBuilder
- All Superinterfaces:
MoneyRange,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
MoneyRange.MoneyRangeBuilderImpl
- Enclosing interface:
MoneyRange
public static interface MoneyRange.MoneyRangeBuilder
extends MoneyRange, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.math.MoneyRange
MoneyRange.MoneyRangeBuilder, MoneyRange.MoneyRangeBuilderImpl, MoneyRange.MoneyRangeImpl -
Field Summary
Fields inherited from interface cdm.base.math.MoneyRange
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe lower bound of a money range, e.g. greater than or equal to 1,000 USD.The upper bound of a money range, e.g. less than 10,000 USD.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setLowerBound(MoneyBound lowerBound) setUpperBound(MoneyBound upperBound) Methods inherited from interface cdm.base.math.MoneyRange
build, getType, metaData, process, toBuilderMethods 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
-
getOrCreateLowerBound
MoneyBound.MoneyBoundBuilder getOrCreateLowerBound() -
getLowerBound
MoneyBound.MoneyBoundBuilder getLowerBound()Description copied from interface:MoneyRangeThe lower bound of a money range, e.g. greater than or equal to 1,000 USD.- Specified by:
getLowerBoundin interfaceMoneyRange
-
getOrCreateUpperBound
MoneyBound.MoneyBoundBuilder getOrCreateUpperBound() -
getUpperBound
MoneyBound.MoneyBoundBuilder getUpperBound()Description copied from interface:MoneyRangeThe upper bound of a money range, e.g. less than 10,000 USD.- Specified by:
getUpperBoundin interfaceMoneyRange
-
setLowerBound
-
setUpperBound
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
MoneyRange.MoneyRangeBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-