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

Method getName

day11/code/day11_Object/src/cn/itcast_01/Student.java:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 public String getName() {
19 return name;
20 }
21
22 public void setName(String name) {
23 this.name = name;

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected