105 public User(Long
id, String name, String email, String password, String telephoneNumber,
106 String address,
DegreeType degreeType, Integer degreeYear, Integer penalties,
107 Double averageRating, Boolean admin) {
111 this.password = password;
112 this.telephoneNumber = telephoneNumber;
113 this.address = address;
114 this.degreeType = degreeType;
115 this.degreeYear = degreeYear;
116 this.penalties = penalties;
117 this.averageRating = averageRating;