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

Method setEmail

ch4/User.java:80–82  ·  view source on GitHub ↗
(String email)

Source from the content-addressed store, hash-verified

78 }
79
80 public void setEmail(String email) {
81 this.email = email;
82 }
83
84 public Date getBirth() {
85 return birth;

Callers 2

selectUserMethod · 0.95
updateUserMethod · 0.95

Calls

no outgoing calls

Tested by 1

updateUserMethod · 0.76