Class ChristianHoliday
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.MoveableHoliday
-
- de.focus_shift.jollyday.jackson.mapping.ChristianHoliday
-
public class ChristianHoliday extends MoveableHoliday
-
-
Field Summary
Fields Modifier and Type Field Description protected ChronologyTypechronologyprotected ChristianHolidayTypetype-
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 ChristianHoliday()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChronologyTypegetChronology()Gets the value of the chronology property.ChristianHolidayTypegetType()Gets the value of the type property.voidsetChronology(ChronologyType value)Sets the value of the chronology property.voidsetType(ChristianHolidayType value)Sets the value of the type 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
-
-
-
-
Field Detail
-
type
protected ChristianHolidayType type
-
chronology
protected ChronologyType chronology
-
-
Method Detail
-
getType
public ChristianHolidayType getType()
Gets the value of the type property.- Returns:
- possible object is
ChristianHolidayType
-
setType
public void setType(ChristianHolidayType value)
Sets the value of the type property.- Parameters:
value- allowed object isChristianHolidayType
-
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
-
-