Class FixedWeekdayInMonth


  • public class FixedWeekdayInMonth
    extends Holiday
    • Field Detail

      • which

        protected Which which
      • weekday

        protected Weekday weekday
      • month

        protected Month month
    • Constructor Detail

      • FixedWeekdayInMonth

        public FixedWeekdayInMonth()
    • Method Detail

      • getWhich

        public Which getWhich()
        Gets the value of the which property.
        Returns:
        possible object is Which
      • setWhich

        public void setWhich​(Which value)
        Sets the value of the which property.
        Parameters:
        value - allowed object is Which
      • getWeekday

        public Weekday getWeekday()
        Gets the value of the weekday property.
        Returns:
        possible object is Weekday
      • setWeekday

        public void setWeekday​(Weekday value)
        Sets the value of the weekday property.
        Parameters:
        value - allowed object is Weekday
      • getMonth

        public Month getMonth()
        Gets the value of the month property.
        Returns:
        possible object is Month
      • setMonth

        public void setMonth​(Month value)
        Sets the value of the month property.
        Parameters:
        value - allowed object is Month