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

Method getName

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

Source from the content-addressed store, hash-verified

22 }
23
24 public String getName() {
25 return name;
26 }
27
28 public void setName(String name) {
29 this.name = name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected