Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EthanWang-cn/JavaWeb_Mall
/ setUsername
Method
setUsername
src/main/java/smbms/pojo/User.java:24–26 ·
view source on GitHub ↗
(String username)
Source
from the content-addressed store, hash-verified
22
}
23
24
public
void
setUsername(String username) {
25
this.username = username;
26
}
27
28
public
String getPwd() {
29
return
pwd;
Callers
2
getUser
Method · 0.95
getAllUsers
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected