MCPcopy Create free account
hub / github.com/castello/spring_basic / setEmail

Method setEmail

ch2/User.java:34–36  ·  view source on GitHub ↗
(String email)

Source from the content-addressed store, hash-verified

32 return email;
33 }
34 public void setEmail(String email) {
35 this.email = email;
36 }
37 public String getBirth() {
38 return birth;
39 }

Callers 1

selectUserMethod · 0.95

Calls

no outgoing calls

Tested by 1

selectUserMethod · 0.76