Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ getId
Method
getId
ch2/User.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
private
String[] sns;
12
13
public
String getId() {
14
return
id;
15
}
16
public
void
setId(String id) {
17
this.id = id;
18
}
Callers
5
validate
Method · 0.95
validate
Method · 0.95
selectUserTest
Method · 0.95
deleteUserTest
Method · 0.95
insertUser
Method · 0.45
Calls
no outgoing calls
Tested by
3
selectUserTest
Method · 0.76
deleteUserTest
Method · 0.76
insertUser
Method · 0.36