Class RelativeToWeekdayInMonth
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.RelativeToWeekdayInMonth
-
public class RelativeToWeekdayInMonth extends Holiday
-
-
Field Summary
Fields Modifier and Type Field Description protected FixedWeekdayInMonthfixedWeekdayprotected Weekdayweekdayprotected Whenwhen-
Fields inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
descriptionPropertiesKey, every, localizedType, validFrom, validTo
-
-
Constructor Summary
Constructors Constructor Description RelativeToWeekdayInMonth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FixedWeekdayInMonthgetFixedWeekday()Gets the value of the fixedWeekday property.WeekdaygetWeekday()Gets the value of the weekday property.WhengetWhen()Gets the value of the when property.voidsetFixedWeekday(FixedWeekdayInMonth value)Sets the value of the fixedWeekday property.voidsetWeekday(Weekday value)Sets the value of the weekday property.voidsetWhen(When value)Sets the value of the when property.-
Methods inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
Field Detail
-
fixedWeekday
protected FixedWeekdayInMonth fixedWeekday
-
weekday
protected Weekday weekday
-
when
protected When when
-
-
Method Detail
-
getFixedWeekday
public FixedWeekdayInMonth getFixedWeekday()
Gets the value of the fixedWeekday property.- Returns:
- possible object is
FixedWeekdayInMonth
-
setFixedWeekday
public void setFixedWeekday(FixedWeekdayInMonth value)
Sets the value of the fixedWeekday property.- Parameters:
value- allowed object isFixedWeekdayInMonth
-
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 isWeekday
-
-