|
@ -59,6 +59,10 @@ public class Student { |
|
|
return courses; |
|
|
return courses; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setCourses(List<Course> courses) { |
|
|
|
|
|
this.courses = courses; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Prints the basic information of the student in the console. |
|
|
* Prints the basic information of the student in the console. |
|
|
* This methods displays the student´s ID, name and role, providing a quick overview of the student´s identity |
|
|
* This methods displays the student´s ID, name and role, providing a quick overview of the student´s identity |
|
|