Class CmsSerialDateController.PatternDefaultValues

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PatternDefaultValues​(java.util.Date startDate)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getDate()
      Returns the date used for the initialization.
      int getDayOfMonth()
      Returns the default day of month.
      int getInterval()
      Returns the default interval.
      org.opencms.acacia.shared.I_CmsSerialDateValue.Month getMonth()
      Returns the default month.
      org.opencms.acacia.shared.I_CmsSerialDateValue.WeekDay getWeekDay()
      Returns the default week day.
      org.opencms.acacia.shared.I_CmsSerialDateValue.WeekOfMonth getWeekOfMonth()
      Returns the default week of month.
      java.util.Collection<org.opencms.acacia.shared.I_CmsSerialDateValue.WeekOfMonth> getWeeksOfMonth()
      Returns the default weeks of month.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PatternDefaultValues

        protected PatternDefaultValues​(java.util.Date startDate)
        Default constructor.
        Parameters:
        startDate - the date, that determines the default values.
    • Method Detail

      • getDate

        public java.util.Date getDate()
        Returns the date used for the initialization.
        Returns:
        the date used for the initialization.
      • getDayOfMonth

        public int getDayOfMonth()
        Returns the default day of month.
        Returns:
        the default day of month.
      • getInterval

        public int getInterval()
        Returns the default interval.
        Returns:
        the default interval.
      • getMonth

        public org.opencms.acacia.shared.I_CmsSerialDateValue.Month getMonth()
        Returns the default month.
        Returns:
        the default month.
      • getWeekDay

        public org.opencms.acacia.shared.I_CmsSerialDateValue.WeekDay getWeekDay()
        Returns the default week day.
        Returns:
        the default week day.
      • getWeekOfMonth

        public org.opencms.acacia.shared.I_CmsSerialDateValue.WeekOfMonth getWeekOfMonth()
        Returns the default week of month.
        Returns:
        the default week of month.
      • getWeeksOfMonth

        public java.util.Collection<org.opencms.acacia.shared.I_CmsSerialDateValue.WeekOfMonth> getWeeksOfMonth()
        Returns the default weeks of month.
        Returns:
        the default weeks of month.