Package org.cswteams.ms3.entity
Class DoctorAssignment
java.lang.Object
org.cswteams.ms3.entity.DoctorAssignment
This entity models the association between Doctors and concrete shifts.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor needed by LombokDoctorAssignment(Doctor doctor, ConcreteShiftDoctorStatus concreteShiftDoctorStatus, ConcreteShift concreteShift, Task task) Create a Doctor-concrete shift association with the specified parameters -
Method Summary
-
Constructor Details
-
DoctorAssignment
public DoctorAssignment(Doctor doctor, ConcreteShiftDoctorStatus concreteShiftDoctorStatus, ConcreteShift concreteShift, Task task) Create a Doctor-concrete shift association with the specified parameters- Parameters:
doctor- Doctor involvedconcreteShiftDoctorStatus- state with which the Doctor is involved in the associationconcreteShift- concrete shifttask- task for the association
-
DoctorAssignment
protected DoctorAssignment()Default constructor needed by Lombok
-