Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ getName
Method
getName
ch2/User.java:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
this.pwd = pwd;
24
}
25
public
String getName() {
26
return
name;
27
}
28
public
void
setName(String name) {
29
this.name = name;
30
}
Callers
5
insertUser
Method · 0.45
service
Method · 0.45
main
Method · 0.45
main
Method · 0.45
dataBind
Method · 0.45
Calls
no outgoing calls
Tested by
1
insertUser
Method · 0.36