Package src.models
Class symptom
java.lang.Object
src.models.symptom
Symptom Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet DoctortypegetName()
Get Namevoid
setDoctortype
(String doctortype) Set Doctortypevoid
Set Name
-
Constructor Details
-
symptom
Constructor to create an symptom- Parameters:
name
- of the symptomdoctortype
- of the symptom
-
-
Method Details
-
getName
Get Name- Returns:
- name
-
setName
Set Name- Parameters:
name
-
-
getDoctortype
Get Doctortype- Returns:
- doctortype
-
setDoctortype
Set Doctortype- Parameters:
doctortype
-
-