Class FixedWeekdayRelativeToFixed
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.FixedWeekdayRelativeToFixed
-
public class FixedWeekdayRelativeToFixed extends Holiday
-
-
Constructor Summary
Constructors Constructor Description FixedWeekdayRelativeToFixed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FixedgetDay()Gets the value of the day property.WeekdaygetWeekday()Gets the value of the weekday property.WhengetWhen()Gets the value of the when property.WhichgetWhich()Gets the value of the which property.voidsetDay(Fixed value)Sets the value of the day property.voidsetWeekday(Weekday value)Sets the value of the weekday property.voidsetWhen(When value)Sets the value of the when 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
-
setDay
public void setDay(Fixed value)
Sets the value of the day property.- Parameters:
value- allowed object isFixed
-
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
-
-