Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DuGuQiuBai/Java
/ getName
Method
getName
day11/code/day11_Object/src/cn/itcast_03/Student.java:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
public
String getName() {
20
return
name;
21
}
22
23
public
void
setName(String name) {
24
this.name = name;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected