Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ setName
Method
setName
ch3/User.java:72–74 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
70
}
71
72
public
void
setName(String name) {
73
this.name = name;
74
}
75
76
public
String getEmail() {
77
return
email;
Callers
3
selectUser
Method · 0.95
selectUser
Method · 0.95
selectUser
Method · 0.95
Calls
no outgoing calls
Tested by
1
selectUser
Method · 0.76