Class IslamicHoliday
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.MoveableHoliday
-
- de.focus_shift.jollyday.jackson.mapping.IslamicHoliday
-
public class IslamicHoliday extends MoveableHoliday
-
-
Field Summary
Fields Modifier and Type Field Description protected IslamicHolidayTypetype-
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 IslamicHoliday()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IslamicHolidayTypegetType()Gets the value of the type property.voidsetType(IslamicHolidayType 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 IslamicHolidayType type
-
-
Method Detail
-
getType
public IslamicHolidayType getType()
Gets the value of the type property.- Returns:
- possible object is
IslamicHolidayType
-
setType
public void setType(IslamicHolidayType value)
Sets the value of the type property.- Parameters:
value- allowed object isIslamicHolidayType
-
-