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

Method getName

ch4/User.java:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 public String getName() {
69 return name;
70 }
71
72 public void setName(String name) {
73 this.name = name;

Callers 2

insertUserMethod · 0.45
updateUserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected