Class RefRate.RefRateBuilderImpl

java.lang.Object
cdm.regulation.RefRate.RefRateBuilderImpl
All Implemented Interfaces:
RefRate, RefRate.RefRateBuilder, com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.RosettaModelObjectBuilder
Enclosing interface:
RefRate

public static class RefRate.RefRateBuilderImpl extends Object implements RefRate.RefRateBuilder
Builder Implementation of RefRate
  • Field Details

  • Constructor Details

    • RefRateBuilderImpl

      public RefRateBuilderImpl()
  • Method Details

    • getIndx

      @RosettaAttribute("indx") @Accessor(GETTER) @Required @RuneAttribute("indx") public String getIndx()
      Description copied from interface: RefRate
      Body ISO Corpus Scheme ISO20022 namingConvention "Indx" Provision
      Specified by:
      getIndx in interface RefRate
    • getNm

      @RosettaAttribute("nm") @Accessor(GETTER) @Required @RuneAttribute("nm") public String getNm()
      Description copied from interface: RefRate
      Body ISO Corpus Scheme ISO20022 namingConvention "Nm" Provision
      Specified by:
      getNm in interface RefRate
    • setIndx

      @RosettaAttribute("indx") @Accessor(SETTER) @Required @RuneAttribute("indx") public RefRate.RefRateBuilder setIndx(String _indx)
      Specified by:
      setIndx in interface RefRate.RefRateBuilder
    • setNm

      @RosettaAttribute("nm") @Accessor(SETTER) @Required @RuneAttribute("nm") public RefRate.RefRateBuilder setNm(String _nm)
      Specified by:
      setNm in interface RefRate.RefRateBuilder
    • build

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

      public RefRate.RefRateBuilder toBuilder()
      Specified by:
      toBuilder in interface RefRate
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • prune

      public RefRate.RefRateBuilder prune()
      Specified by:
      prune in interface RefRate.RefRateBuilder
      Specified by:
      prune in interface com.rosetta.model.lib.RosettaModelObjectBuilder
    • hasData

      public boolean hasData()
      Specified by:
      hasData in interface com.rosetta.model.lib.RosettaModelObjectBuilder
    • merge

      public RefRate.RefRateBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger)
      Specified by:
      merge in interface com.rosetta.model.lib.RosettaModelObjectBuilder
    • 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