Class Lag.LagImpl

java.lang.Object
cdm.product.common.schedule.Lag.LagImpl
All Implemented Interfaces:
Lag, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
Lag

public static class Lag.LagImpl extends Object implements Lag
Immutable Implementation of Lag
  • Constructor Details

  • Method Details

    • getLagDuration

      @RosettaAttribute(value="lagDuration", isRequired=true) @RuneAttribute(value="lagDuration", isRequired=true) public Offset getLagDuration()
      Description copied from interface: Lag
      Defines the offset of the series of pricing dates relative to the calculation period.
      Specified by:
      getLagDuration in interface Lag
    • getFirstObservationDateOffset

      @RosettaAttribute("firstObservationDateOffset") @RuneAttribute("firstObservationDateOffset") public Offset getFirstObservationDateOffset()
      Description copied from interface: Lag
      Defines the offset of the series of pricing dates relative to the calculation period.
      Specified by:
      getFirstObservationDateOffset in interface Lag
    • build

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

      public Lag.LagBuilder toBuilder()
      Specified by:
      toBuilder in interface Lag
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • setBuilderFields

      protected void setBuilderFields(Lag.LagBuilder 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