package bo.gotthardt.schedule; import java.util.List; public interface HasScheduleConfigurations { List<ScheduleConfiguration> getSchedules(); }