Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setId
Method
setId
ch2/User.java:16–18 ·
view source on GitHub ↗
(String id)
Source
from the content-addressed store, hash-verified
14
return
id;
15
}
16
public
void
setId(String id) {
17
this.id = id;
18
}
19
public
String getPwd() {
20
return
pwd;
21
}
Callers
1
selectUser
Method · 0.95
Calls
no outgoing calls
Tested by
1
selectUser
Method · 0.76