Class EventConstraint

java.lang.Object
io.jmix.fullcalendarflowui.kit.component.model.option.CalendarOption
io.jmix.fullcalendarflowui.component.model.option.EventConstraint
All Implemented Interfaces:
Serializable

public class EventConstraint extends CalendarOption
INTERNAL.
See Also:
  • Field Details

    • groupId

      protected String groupId
    • businessHours

      protected List<CalendarBusinessHours> businessHours
    • businessHoursEnabled

      protected boolean businessHoursEnabled
  • Constructor Details

    • EventConstraint

      public EventConstraint()
  • Method Details

    • getGroupId

      @Nullable public String getGroupId()
    • setGroupId

      public void setGroupId(@Nullable String groupId)
    • getBusinessHours

      public List<CalendarBusinessHours> getBusinessHours()
    • setBusinessHours

      public void setBusinessHours(@Nullable List<CalendarBusinessHours> businessHours)
    • isBusinessHoursEnabled

      public boolean isBusinessHoursEnabled()
    • setBusinessHoursEnabled

      public void setBusinessHoursEnabled(boolean businessHoursEnabled)