MCPcopy 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

validateMethod · 0.95
validateMethod · 0.95
selectUserTestMethod · 0.95
deleteUserTestMethod · 0.95
insertUserMethod · 0.45

Calls

no outgoing calls

Tested by 3

selectUserTestMethod · 0.76
deleteUserTestMethod · 0.76
insertUserMethod · 0.36