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

Method getSpecialization

Doctor.java:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 public String getSpecialization() {
31 return specialization;
32 }
33
34 public void setSpecialization(String specialization) {
35 this.specialization = specialization;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected