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

Method getName

ch2/User.java:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 this.pwd = pwd;
24 }
25 public String getName() {
26 return name;
27 }
28 public void setName(String name) {
29 this.name = name;
30 }

Callers 5

insertUserMethod · 0.45
serviceMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
dataBindMethod · 0.45

Calls

no outgoing calls

Tested by 1

insertUserMethod · 0.36