Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ getName
Method
getName
day16/code/day16_Generic/src/cn/itcast_01/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
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
1
main
Method · 0.76