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

Method getEmail

ch3/User.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 public String getEmail() {
77 return email;
78 }
79
80 public void setEmail(String email) {
81 this.email = email;

Callers 5

insertUserMethod · 0.45
updateUserMethod · 0.45
insertUserMethod · 0.45
insertUserMethod · 0.45
updateUserMethod · 0.45

Calls

no outgoing calls

Tested by 1

insertUserMethod · 0.36