Class TodayImpl

java.lang.Object
cdm.base.datetime.functions.Today
cdm.base.datetime.functions.TodayImpl
All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction

public class TodayImpl extends Today
  • Nested Class Summary

    Nested classes/interfaces inherited from class cdm.base.datetime.functions.Today

    Today.TodayDefault
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.rosetta.model.lib.records.Date
     

    Methods inherited from class cdm.base.datetime.functions.Today

    evaluate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.rosetta.model.lib.functions.RosettaFunction

    toBuilder, toBuilder, toBuilder
  • Constructor Details

    • TodayImpl

      public TodayImpl()
  • Method Details

    • doEvaluate

      protected com.rosetta.model.lib.records.Date doEvaluate()
      Specified by:
      doEvaluate in class Today