Class MovingCondition
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.MovingCondition
-
public class MovingCondition extends Object
-
-
Constructor Summary
Constructors Constructor Description MovingCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WeekdaygetSubstitute()Gets the value of the substitute property.WeekdaygetWeekday()Gets the value of the weekday property.WithgetWith()Gets the value of the with property.voidsetSubstitute(Weekday value)Sets the value of the substitute property.voidsetWeekday(Weekday value)Sets the value of the weekday property.voidsetWith(With value)Sets the value of the with property.
-
-
-
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 isWeekday
-
setWith
public void setWith(With value)
Sets the value of the with property.- Parameters:
value- allowed object isWith
-
getWeekday
public Weekday getWeekday()
Gets the value of the weekday property.- Returns:
- possible object is
Weekday
-
-