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 PersonalInformationGradesTable.personalInformationPersonal 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 TypeMethodDescriptionvoidGradesTable.setPersonalInformation(@NonNull PersonalInformation personalInformation) Updates thepersonal dataof the student that are included in the grades table.