Class Day

    • Constructor Detail

      • Day

        public Day()
      • Day

        public Day​(int dayIndex,
                   Period... periods)
    • Method Detail

      • getDayIndex

        public int getDayIndex()
      • setDayIndex

        public void setDayIndex​(int dayIndex)
      • getPeriodList

        public List<Period> getPeriodList()
      • setPeriodList

        public void setPeriodList​(List<Period> periodList)
      • getLabel

        public String getLabel()