MCPcopy
hub / github.com/DuGuQiuBai/Java / getName

Method getName

day22/code/day22_IO/src/cn/itcast_10/Person.java:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 public String getName() {
61 return name;
62 }
63
64 public void setName(String name) {
65 this.name = name;

Callers 15

runMethod · 0.45
runMethod · 0.45
callMethod · 0.45
method1Method · 0.45
runMethod · 0.45
getAllJavaFilePathMethod · 0.45
deleteFolderMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected