MCPcopy Index your code
hub / github.com/castello/spring_basic / setPwd

Method setPwd

ch4/User.java:64–66  ·  view source on GitHub ↗
(String pwd)

Source from the content-addressed store, hash-verified

62 }
63
64 public void setPwd(String pwd) {
65 this.pwd = pwd;
66 }
67
68 public String getName() {
69 return name;

Callers 2

selectUserMethod · 0.95
updateUserMethod · 0.95

Calls

no outgoing calls

Tested by 1

updateUserMethod · 0.76