Class FixedWeekdayBetweenFixed
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.FixedWeekdayBetweenFixed
-
public class FixedWeekdayBetweenFixed extends Holiday
-
-
Constructor Summary
Constructors Constructor Description FixedWeekdayBetweenFixed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FixedgetFrom()Gets the value of the from property.FixedgetTo()Gets the value of the to property.WeekdaygetWeekday()Gets the value of the weekday property.voidsetFrom(Fixed value)Sets the value of the from property.voidsetTo(Fixed value)Sets the value of the to property.voidsetWeekday(Weekday value)Sets the value of the weekday property.-
Methods inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
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 isFixed
-
setTo
public void setTo(Fixed value)
Sets the value of the to property.- Parameters:
value- allowed object isFixed
-
getWeekday
public Weekday getWeekday()
Gets the value of the weekday property.- Returns:
- possible object is
Weekday
-
-