Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Krishna18062005/Hospital_Management_System_Java
/ setName
Method
setName
Patient.java:28–30 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
26
}
27
28
public
void
setName(String name) {
29
this.name = name;
30
}
31
32
public
int
getAge() {
33
return
age;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected