Class CreateScheduleActionService.RuleScheduleData

java.lang.Object
ch.tocco.nice2.optional.ruleschedule.impl.actions.CreateScheduleActionService.RuleScheduleData
Enclosing interface:
CreateScheduleActionService

public static class CreateScheduleActionService.RuleScheduleData extends Object
  • Constructor Details

    • RuleScheduleData

      public RuleScheduleData()
  • Method Details

    • getStartDate

      public org.joda.time.LocalDate getStartDate()
    • setStartDate

      public void setStartDate(org.joda.time.LocalDate startDate)
    • getCalendarKeys

      public String getCalendarKeys()
    • setCalendarKeys

      public void setCalendarKeys(String calendarKeys)
    • getStartEventKeys

      public String getStartEventKeys()
    • setStartEventKeys

      public void setStartEventKeys(String startEventKeys)
    • getEndEventKeys

      public String getEndEventKeys()
    • setEndEventKeys

      public void setEndEventKeys(String endEventKeys)
    • getCreateReservationsForModules

      public Boolean getCreateReservationsForModules()
    • setCreateReservationsForModules

      public void setCreateReservationsForModules(Boolean createReservationsForModules)