Class EthiopianOrthodoxHoliday
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.EthiopianOrthodoxHoliday
-
public class EthiopianOrthodoxHoliday extends Holiday
-
-
Field Summary
Fields Modifier and Type Field Description protected EthiopianOrthodoxHolidayTypetype-
Fields inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
descriptionPropertiesKey, every, localizedType, validFrom, validTo
-
-
Constructor Summary
Constructors Constructor Description EthiopianOrthodoxHoliday()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EthiopianOrthodoxHolidayTypegetType()Gets the value of the type property.voidsetType(EthiopianOrthodoxHolidayType value)Sets the value of the type property.-
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 EthiopianOrthodoxHolidayType type
-
-
Method Detail
-
getType
public EthiopianOrthodoxHolidayType getType()
Gets the value of the type property.- Returns:
- possible object is
EthiopianOrthodoxHolidayType
-
setType
public void setType(EthiopianOrthodoxHolidayType value)
Sets the value of the type property.- Parameters:
value- allowed object isEthiopianOrthodoxHolidayType
-
-