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

Method getPatientId

Appointment.java:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 public int getPatientId() {
25 return patientId;
26 }
27
28 public void setPatientId(int patientId) {
29 this.patientId = patientId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected