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

Method getEmail

ch2/User.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 this.name = name;
30 }
31 public String getEmail() {
32 return email;
33 }
34 public void setEmail(String email) {
35 this.email = email;
36 }

Callers 1

insertUserMethod · 0.45

Calls

no outgoing calls

Tested by 1

insertUserMethod · 0.36