Package cdm.base.math
Class MoneyRange.MoneyRangeImpl
java.lang.Object
cdm.base.math.MoneyRange.MoneyRangeImpl
- All Implemented Interfaces:
MoneyRange,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
MoneyRange
Immutable Implementation of MoneyRange
-
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.math.MoneyRange
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
MoneyRangeImpl
-
-
Method Details
-
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
-
getUpperBound
Description copied from interface:MoneyRangeThe upper bound of a money range, e.g. less than 10,000 USD.- Specified by:
getUpperBoundin interfaceMoneyRange
-
build
Description copied from interface:MoneyRangeBuild Methods- Specified by:
buildin interfaceMoneyRange- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceMoneyRange- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-