Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setName
Method
setName
ch2/User.java:28–30 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
26
return
name;
27
}
28
public
void
setName(String name) {
29
this.name = name;
30
}
31
public
String getEmail() {
32
return
email;
33
}
Callers
1
selectUser
Method · 0.95
Calls
no outgoing calls
Tested by
1
selectUser
Method · 0.76