Package page.codeberg.friedolyn.grades
Class PersonalInformation
java.lang.Object
page.codeberg.friedolyn.grades.PersonalInformation
Represents the student's personal data, as indicated by the

GradesTable
.

-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The student's postal address of residence, e.g.private String
When the student was born, e.g.private Degree
Thedegree
the student pursues, e.g.private String
The student's university e-mail address, e.g.private String
Where the student was born, e.g.private String
The student's Matrikelnummer, e.g.private String
The student's clear name, e.g.private String
The student's personal phone number, e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The student's clear name, e.g.Edward Snowden
. -
birthDate
When the student was born, e.g.21.06.1983
(21 June 1983). -
homeTown
Where the student was born, e.g.Elizabeth City
. -
degree
Thedegree
the student pursues, e.g.Bachelor of Science
. -
matrikelnummer
The student's Matrikelnummer, e.g.788365
. -
address
The student's postal address of residence, e.g.9800 Savage Road Suite 6272, Fort Meade, MD 20755-6000
-
phoneNumber
The student's personal phone number, e.g.3016886524
. -
email
The student's university e-mail address, e.g.edward.snowden@uni-jena.de
.
-
-
Constructor Details
-
PersonalInformation
public PersonalInformation()
-
-
Method Details
-
getName
- Returns:
- The student's
clear name
.
-
getBirthDate
- Returns:
- The student's
birth date
when they were born.
-
getHomeTown
-
getDegree
-
getMatrikelnummer
- Returns:
- The student's
Matrikelnummer
.
-
getAddress
- Returns:
- The student's
postal address
of residence.
-
getPhoneNumber
- Returns:
- The student's personal
phone number
.
-
getEmail
- Returns:
- The student's
university e-mail address
.
-
toString
- Overrides:
toString
in classObject
- Returns:
- A string representation of this
PersonalInformation
with all its fields as well as this object'shash code
.
-