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

Method getName

day15/code/day15_List/src/cn/itcast_03/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 5

mainMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainMethod · 0.36
mainMethod · 0.36