Class Topic

    • Constructor Detail

      • Topic

        public Topic()
    • Method Detail

      • getDuration

        public int getDuration()
      • setDuration

        public void setDuration​(int duration)
      • getStudentSet

        public Set<Student> getStudentSet()
      • setStudentSet

        public void setStudentSet​(Set<Student> studentSet)
      • getStudentSize

        public int getStudentSize()
      • isFrontLoadLarge

        public boolean isFrontLoadLarge()
      • setFrontLoadLarge

        public void setFrontLoadLarge​(boolean frontLoadLarge)
      • getCoincidenceTopicSet

        public Set<Topic> getCoincidenceTopicSet()
      • setCoincidenceTopicSet

        public void setCoincidenceTopicSet​(Set<Topic> coincidenceTopicSet)
      • hasCoincidenceTopic

        public boolean hasCoincidenceTopic()
      • withId

        public Topic withId​(long id)
      • withDuration

        public Topic withDuration​(int duration)
      • withStudents

        public Topic withStudents​(Student... students)
      • withFrontLoadLarge

        public Topic withFrontLoadLarge​(boolean frontLoadLarge)
      • withCoincidenceTopicSet

        public Topic withCoincidenceTopicSet​(Set<Topic> coincidenceTopicSet)