Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EthanWang-cn/JavaWeb_Mall
/ setUname
Method
setUname
src/main/java/smbms/pojo/User.java:40–42 ·
view source on GitHub ↗
(String uname)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
void
setUname(String uname) {
41
this.uname = uname;
42
}
43
44
@Override
45
public
String toString() {
Callers
2
getUser
Method · 0.95
getAllUsers
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected