MCPcopy Index your code
hub / github.com/castello/spring_basic / setName

Method setName

ch3/User.java:72–74  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

70 }
71
72 public void setName(String name) {
73 this.name = name;
74 }
75
76 public String getEmail() {
77 return email;

Callers 3

selectUserMethod · 0.95
selectUserMethod · 0.95
selectUserMethod · 0.95

Calls

no outgoing calls

Tested by 1

selectUserMethod · 0.76