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

Method setName

Doctor.java:26–28  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

24 }
25
26 public void setName(String name) {
27 this.name = name;
28 }
29
30 public String getSpecialization() {
31 return specialization;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected