Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EthanWang-cn/JavaWeb_Mall
/ setPwd
Method
setPwd
src/main/java/smbms/pojo/User.java:32–34 ·
view source on GitHub ↗
(String pwd)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
void
setPwd(String pwd) {
33
this.pwd = pwd;
34
}
35
36
public
String getUname() {
37
return
uname;
Callers
2
getUser
Method · 0.95
getAllUsers
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected