Class DoctorHolidays

java.lang.Object
org.cswteams.ms3.entity.DoctorHolidays

@Entity public class DoctorHolidays extends Object
Association between Doctors and Holidays.
  • Constructor Details

    • DoctorHolidays

      protected DoctorHolidays()
      Default constructor needed by Lombok
    • DoctorHolidays

      public DoctorHolidays(Doctor doctor, HashMap<Holiday,Boolean> holidayMap)
      Create a Doctor-Holiday association with the specified parameters
      Parameters:
      doctor - Doctor which the association is referred to
      holidayMap -