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

Method getName

day11/code/day11_Object/src/cn/itcast_02/Student.java:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected