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
  • Field Details

  • 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:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

      static MoneyRange.MoneyRangeBuilder builder()
    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends MoneyRange> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends MoneyRange> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject