Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bsxj97/flower-mall
/ getPassword
Method
getPassword
src/main/java/com/entity/UserEntity.java:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
public
String getPassword() {
46
return
password;
47
}
48
49
public
void
setPassword(String password) {
50
this.password = password;
Callers
1
login
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected