Package cdm.base.math

Class NonNegativeStep.NonNegativeStepImpl

java.lang.Object
cdm.base.math.NonNegativeStep.NonNegativeStepImpl
All Implemented Interfaces:
NonNegativeStep, com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
NonNegativeStep

public static class NonNegativeStep.NonNegativeStepImpl extends Object implements NonNegativeStep
Immutable Implementation of NonNegativeStep
  • Constructor Details

  • Method Details

    • getStepDate

      @RosettaAttribute(value="stepDate", isRequired=true) @RuneAttribute(value="stepDate", isRequired=true) public com.rosetta.model.lib.records.Date getStepDate()
      Description copied from interface: NonNegativeStep
      The date on which the associated stepValue becomes effective. This day may be subject to adjustment in accordance with a business day convention.
      Specified by:
      getStepDate in interface NonNegativeStep
    • getStepValue

      @RosettaAttribute(value="stepValue", isRequired=true) @RuneAttribute(value="stepValue", isRequired=true) public BigDecimal getStepValue()
      Description copied from interface: NonNegativeStep
      The non-negative rate or amount which becomes effective on the associated stepDate. A rate of 5% would be represented as 0.05.
      Specified by:
      getStepValue in interface NonNegativeStep
    • getMeta

      @RosettaAttribute("meta") @RuneAttribute("meta") @RuneMetaType public com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
      Specified by:
      getMeta in interface NonNegativeStep
    • build

      public NonNegativeStep build()
      Description copied from interface: NonNegativeStep
      Build Methods
      Specified by:
      build in interface NonNegativeStep
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

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

      protected void setBuilderFields(NonNegativeStep.NonNegativeStepBuilder builder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object