Package org.cswteams.ms3.entity
Class Specialization
java.lang.Object
org.cswteams.ms3.entity.Specialization
This entity models a Doctor's specialization.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor needed by LombokSpecialization(String type) Create a new specialization, withtypeas descriptor. -
Method Summary
-
Constructor Details
-
Specialization
Create a new specialization, withtypeas descriptor.- Parameters:
type- brief descriptor for the specialization.
-
Specialization
protected Specialization()Default constructor needed by Lombok
-