- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.MoveableHoliday
-
- de.focus_shift.jollyday.jackson.mapping.Fixed
-
public class Fixed extends MoveableHoliday
-
-
Field Summary
Fields Modifier and Type Field Description protected Integerdayprotected Monthmonth-
Fields inherited from class de.focus_shift.jollyday.jackson.mapping.MoveableHoliday
movingCondition
-
Fields inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
descriptionPropertiesKey, every, localizedType, validFrom, validTo
-
-
Constructor Summary
Constructors Constructor Description Fixed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDay()Gets the value of the day property.MonthgetMonth()Gets the value of the month property.voidsetDay(Integer value)Sets the value of the day property.voidsetMonth(Month value)Sets the value of the month property.-
Methods inherited from class de.focus_shift.jollyday.jackson.mapping.MoveableHoliday
getMovingCondition
-
Methods inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
Method Detail
-
getMonth
public Month getMonth()
Gets the value of the month property.- Returns:
- possible object is
Month
-
setMonth
public void setMonth(Month value)
Sets the value of the month property.- Parameters:
value- allowed object isMonth
-
getDay
public Integer getDay()
Gets the value of the day property.- Returns:
- possible object is
Integer
-
-