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

Method setDoctorId

Appointment.java:36–38  ·  view source on GitHub ↗
(int doctorId)

Source from the content-addressed store, hash-verified

34 }
35
36 public void setDoctorId(int doctorId) {
37 this.doctorId = doctorId;
38 }
39
40 public String getDate() {
41 return date;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected