Class MovingCondition


  • public class MovingCondition
    extends Object
    • Field Detail

      • substitute

        protected Weekday substitute
      • with

        protected With with
      • weekday

        protected Weekday weekday
    • Constructor Detail

      • MovingCondition

        public MovingCondition()
    • Method Detail

      • getSubstitute

        public Weekday getSubstitute()
        Gets the value of the substitute property.
        Returns:
        possible object is Weekday
      • setSubstitute

        public void setSubstitute​(Weekday value)
        Sets the value of the substitute property.
        Parameters:
        value - allowed object is Weekday
      • getWith

        public With getWith()
        Gets the value of the with property.
        Returns:
        possible object is With
      • setWith

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