Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getId
Method
getId
ch3/User.java:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
String getId() {
53
return
id;
54
}
55
56
public
void
setId(String id) {
57
this.id = id;
Callers
8
validate
Method · 0.95
selectUserTest
Method · 0.95
deleteUserTest
Method · 0.95
insertUser
Method · 0.45
updateUser
Method · 0.45
insertUser
Method · 0.45
insertUser
Method · 0.45
updateUser
Method · 0.45
Calls
no outgoing calls
Tested by
3
selectUserTest
Method · 0.76
deleteUserTest
Method · 0.76
insertUser
Method · 0.36