Class RelativeToEasterSunday
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.RelativeToEasterSunday
-
public class RelativeToEasterSunday extends Holiday
-
-
Field Summary
Fields Modifier and Type Field Description protected ChronologyTypechronologyprotected intdays-
Fields inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
descriptionPropertiesKey, every, localizedType, validFrom, validTo
-
-
Constructor Summary
Constructors Constructor Description RelativeToEasterSunday()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChronologyTypegetChronology()Gets the value of the chronology property.intgetDays()Gets the value of the days property.voidsetChronology(ChronologyType value)Sets the value of the chronology property.voidsetDays(int value)Sets the value of the days property.-
Methods inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
Field Detail
-
chronology
protected ChronologyType chronology
-
days
protected int days
-
-
Method Detail
-
getChronology
public ChronologyType getChronology()
Gets the value of the chronology property.- Returns:
- possible object is
ChronologyType
-
setChronology
public void setChronology(ChronologyType value)
Sets the value of the chronology property.- Parameters:
value- allowed object isChronologyType
-
getDays
public int getDays()
Gets the value of the days property.
-
setDays
public void setDays(int value)
Sets the value of the days property.
-
-