Class RelativeToFixed
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.RelativeToFixed
-
public class RelativeToFixed extends Holiday
-
-
Constructor Summary
Constructors Constructor Description RelativeToFixed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FixedgetDate()Gets the value of the date property.IntegergetDays()Gets the value of the days property.WeekdaygetWeekday()Gets the value of the weekday property.WhengetWhen()Gets the value of the when property.voidsetDate(Fixed value)Sets the value of the date property.voidsetDays(Integer value)Sets the value of the days property.voidsetWeekday(Weekday value)Sets the value of the weekday property.voidsetWhen(When value)Sets the value of the when property.-
Methods inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
Method Detail
-
getDays
public Integer getDays()
Gets the value of the days property.- Returns:
- possible object is
Integer
-
setDays
public void setDays(Integer value)
Sets the value of the days property.- Parameters:
value- allowed object isInteger
-
getWeekday
public Weekday getWeekday()
Gets the value of the weekday property.- Returns:
- possible object is
Weekday
-
setWeekday
public void setWeekday(Weekday value)
Sets the value of the weekday property.- Parameters:
value- allowed object isWeekday
-
setWhen
public void setWhen(When value)
Sets the value of the when property.- Parameters:
value- allowed object isWhen
-
getDate
public Fixed getDate()
Gets the value of the date property.- Returns:
- possible object is
Fixed
-
-