Uses of Class
page.codeberg.friedolyn.grades.PersonalInformation
Packages that use PersonalInformation
-
Uses of PersonalInformation in page.codeberg.friedolyn.grades
Fields in page.codeberg.friedolyn.grades declared as PersonalInformationModifier and TypeFieldDescriptionprivate PersonalInformation
GradesTable.personalInformation
Personal data of the student that are included in the grades table.Methods in page.codeberg.friedolyn.grades that return types with arguments of type PersonalInformationModifier and TypeMethodDescription@NonNull Optional
<PersonalInformation> GradesTable.getPersonalInformation()
Methods in page.codeberg.friedolyn.grades with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoid
GradesTable.setPersonalInformation
(@NonNull PersonalInformation personalInformation) Updates thepersonal data
of the student that are included in the grades table.