Class FixedWeekdayBetweenFixed


  • public class FixedWeekdayBetweenFixed
    extends Holiday
    • Constructor Detail

      • FixedWeekdayBetweenFixed

        public FixedWeekdayBetweenFixed()
    • Method Detail

      • getFrom

        public Fixed getFrom()
        Gets the value of the from property.
        Returns:
        possible object is Fixed
      • setFrom

        public void setFrom​(Fixed value)
        Sets the value of the from property.
        Parameters:
        value - allowed object is Fixed
      • getTo

        public Fixed getTo()
        Gets the value of the to property.
        Returns:
        possible object is Fixed
      • setTo

        public void setTo​(Fixed value)
        Sets the value of the to property.
        Parameters:
        value - allowed object is Fixed
      • 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