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

Method Doctor

Doctor.java:8–12  ·  view source on GitHub ↗
(int id, String name, String specialization)

Source from the content-addressed store, hash-verified

6 private String specialization;
7
8 public Doctor(int id, String name, String specialization) {
9 this.id = id;
10 this.name = name;
11 this.specialization = specialization;
12 }
13
14 public int getId() {
15 return id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected