MCPcopy Create free account
hub / github.com/DuGuQiuBai/Java / setName

Method setName

day22/code/day22_IO/src/cn/itcast_10/Person.java:64–66  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

62 }
63
64 public void setName(String name) {
65 this.name = name;
66 }
67
68 public int getAge() {
69 return age;

Callers 6

mainMethod · 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