MCPcopy 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

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

Calls

no outgoing calls

Tested by 3

selectUserTestMethod · 0.76
deleteUserTestMethod · 0.76
insertUserMethod · 0.36