Class HolidayModel

java.lang.Object
io.jmix.businesscalendarui.model.HolidayModel

public class HolidayModel extends Object
Non-persistent entity used to display holidays of certain business calendar in UI
  • Constructor Details

    • HolidayModel

      public HolidayModel()
  • Method Details

    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getCronExpression

      public String getCronExpression()
    • setCronExpression

      public void setCronExpression(String cronExpression)
    • getFixedDate

      public LocalDate getFixedDate()
    • setFixedDate

      public void setFixedDate(LocalDate fixedDate)
    • getMonthValue

      public Month getMonthValue()
    • setMonthValue

      public void setMonthValue(Month monthValue)
    • getDayValue

      public Integer getDayValue()
    • setDayValue

      public void setDayValue(Integer dayValue)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCustomProperties

      public Map<String,String> getCustomProperties()
    • setCustomProperties

      public void setCustomProperties(Map<String,String> customProperties)