Class FixedWeekdayInMonth
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.FixedWeekdayInMonth
-
public class FixedWeekdayInMonth extends Holiday
-
-
Constructor Summary
Constructors Constructor Description FixedWeekdayInMonth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonthgetMonth()Gets the value of the month property.WeekdaygetWeekday()Gets the value of the weekday property.WhichgetWhich()Gets the value of the which property.voidsetMonth(Month value)Sets the value of the month property.voidsetWeekday(Weekday value)Sets the value of the weekday property.voidsetWhich(Which value)Sets the value of the which property.-
Methods inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
Method Detail
-
getWhich
public Which getWhich()
Gets the value of the which property.- Returns:
- possible object is
Which
-
setWhich
public void setWhich(Which value)
Sets the value of the which property.- Parameters:
value- allowed object isWhich
-
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
-
getMonth
public Month getMonth()
Gets the value of the month property.- Returns:
- possible object is
Month
-
-