2930313233343536373839
//this.name = name; this.studentPath = studentPath; this.year = year; this.index = index; this.assignments = assignments; studentEvent = new StudentResultSource(this); for (Assignment a : assignments) { a.setStudent(this); } }