Package cdm.base.math
Interface MoneyRange
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
MoneyRange.MoneyRangeBuilder
- All Known Implementing Classes:
MoneyRange.MoneyRangeBuilderImpl,MoneyRange.MoneyRangeImpl
@RosettaDataType(value="MoneyRange",
builder=MoneyRangeBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="MoneyRange",
model="cdm",
builder=MoneyRangeBuilderImpl.class,
version="5.30.0")
public interface MoneyRange
extends com.rosetta.model.lib.RosettaModelObject
The money range defined as either a lower and upper money bound, or both.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of MoneyRangestatic classImmutable Implementation of MoneyRange -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic MoneyRange.MoneyRangeBuilderbuilder()The lower bound of a money range, e.g. greater than or equal to 1,000 USD.default Class<? extends MoneyRange> getType()The upper bound of a money range, e.g. less than 10,000 USD.default com.rosetta.model.lib.meta.RosettaMetaData<? extends MoneyRange> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getLowerBound
MoneyBound getLowerBound()The lower bound of a money range, e.g. greater than or equal to 1,000 USD. -
getUpperBound
MoneyBound getUpperBound()The upper bound of a money range, e.g. less than 10,000 USD. -
build
MoneyRange build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
MoneyRange.MoneyRangeBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-