MCPcopy Create free account
hub / github.com/castello/spring_basic / getPwd

Method getPwd

ch2/User.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 this.id = id;
18 }
19 public String getPwd() {
20 return pwd;
21 }
22 public void setPwd(String pwd) {
23 this.pwd = pwd;
24 }

Callers 1

insertUserMethod · 0.45

Calls

no outgoing calls

Tested by 1

insertUserMethod · 0.36