MCPcopy Create free account
hub / github.com/Krishna18062005/Hospital_Management_System_Java / getDoctorId

Method getDoctorId

Appointment.java:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public int getDoctorId() {
33 return doctorId;
34 }
35
36 public void setDoctorId(int doctorId) {
37 this.doctorId = doctorId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected