Package io.jmix.businesscalendarui.model
Class HolidayModel
java.lang.Object
io.jmix.businesscalendarui.model.HolidayModel
Non-persistent entity used to display holidays of certain business calendar in UI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getType()
void
setCronExpression
(String cronExpression) void
setCustomProperties
(Map<String, String> customProperties) void
setDayValue
(Integer dayValue) void
setDescription
(String description) void
setFixedDate
(LocalDate fixedDate) void
void
setMonthValue
(Month monthValue) void
-
Constructor Details
-
HolidayModel
public HolidayModel()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getCronExpression
-
setCronExpression
-
getFixedDate
-
setFixedDate
-
getMonthValue
-
setMonthValue
-
getDayValue
-
setDayValue
-
getDescription
-
setDescription
-
getCustomProperties
-
setCustomProperties
-