Class I_CmsSerialDateValue.JsonKey

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CURRENT_TILL_END
      Flag, indicating if events are "current" events till the end, or only till the beginning.
      static java.lang.String END
      End time of the first event.
      static java.lang.String EXCEPTIONS
      Array with dates where the event does not take place.
      static java.lang.String PARENT_SERIES
      The uuid of the series content, the event originally belonged to.
      static java.lang.String PATTERN
      Sub-object with the pattern related information.
      static java.lang.String PATTERN_DATES
      Array with individual dates where the event takes place.
      static java.lang.String PATTERN_DAY_OF_MONTH
      The day of the month where the event takes place.
      static java.lang.String PATTERN_EVERYWORKINGDAY
      Flag, indicating if the event takes place every working day.
      static java.lang.String PATTERN_INTERVAL
      The pattern specific interval.
      static java.lang.String PATTERN_MONTH
      The month where the event takes place.
      static java.lang.String PATTERN_TYPE
      The pattern type.
      static java.lang.String PATTERN_WEEKDAYS
      Array with the weekdays, the event takes place.
      static java.lang.String PATTERN_WEEKS_OF_MONTH
      Array with the weeks of the month where the event takes place.
      static java.lang.String SERIES_ENDDATE
      The last day the event can potentially take place.
      static java.lang.String SERIES_OCCURRENCES
      The maximal number of occurrences of the event.
      static java.lang.String START
      Start time of the first event.
      static java.lang.String WHOLE_DAY
      Flag, indicating if the event last the whole day/whole days, or not.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonKey()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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