Interface DateRange

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
BusinessDateRange, BusinessDateRange.BusinessDateRangeBuilder, DateRange.DateRangeBuilder
All Known Implementing Classes:
BusinessDateRange.BusinessDateRangeBuilderImpl, BusinessDateRange.BusinessDateRangeImpl, DateRange.DateRangeBuilderImpl, DateRange.DateRangeImpl

@RosettaDataType(value="DateRange", builder=DateRangeBuilderImpl.class, version="5.30.0") @RuneDataType(value="DateRange", model="cdm", builder=DateRangeBuilderImpl.class, version="5.30.0") public interface DateRange extends com.rosetta.model.lib.RosettaModelObject
A class defining a contiguous series of calendar dates. The date range is defined as all the dates between and including the start and the end date. The start date must fall on or before the end date.
Version:
5.30.0
  • Field Details

  • Method Details

    • getStartDate

      com.rosetta.model.lib.records.Date getStartDate()
      The first date of a date range.
    • getEndDate

      com.rosetta.model.lib.records.Date getEndDate()
      The last date of a date range.
    • build

      DateRange 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 DateRange.DateRangeBuilder builder()
    • metaData

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

      @RuneAttribute("@type") default Class<? extends DateRange> 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