@ -116,6 +116,25 @@ public class Groups {
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
/**
|
||||
* Groups
|
||||
*
|
||||
* @param capacity capacity given to the groups
|
||||
* @param room room given to the groups
|
||||
* @param course course given to the groups
|
||||
* @param time time given to the groups
|
||||
* @param day day given to the groups
|
||||
* @param lecturer lecturer given to the groups
|
||||
* @param zajCykId number of class in the term
|
||||
* @param grNr Number of class/course
|
||||
* @param type type of class/cource
|
||||
*/
|
||||
public Groups(int capacity, String room, Course course, int time, WeekDay day, Lecturer lecturer,
|
||||
Integer zajCykId, Integer grNr, GroupType type) {
|
||||
this(capacity, room, course, time, time + DEFAULT_CLASS_TIME, day, lecturer, zajCykId, grNr);
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
/**
|
||||
* Groups
|
||||
*
|
||||
|
Reference in New Issue
Block a user