Class Specialization
java.lang.Object
com.ehealthsystem.doctor.specialization.Specialization
represents the specializations of a doctor
-
Field Summary
Modifier and TypeFieldDescriptionlist of all specializations a doctor can have -
Constructor Summary
ConstructorDescriptionconstructor which calls the set method for the loading information from the db -
Method Summary
Modifier and TypeMethodDescriptionget the specializations of a doctor returnedvoid
load the specializations from the database
-
Field Details
-
specializationList
list of all specializations a doctor can have
-
-
Constructor Details
-
Specialization
constructor which calls the set method for the loading information from the db- Throws:
SQLException
-
-
Method Details
-
setSpecializationList
load the specializations from the database- Throws:
SQLException
-
getSpecializationList
get the specializations of a doctor returned- Returns:
- the list of specializations
-