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

Method getPwd

ch3/User.java:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 public String getPwd() {
61 return pwd;
62 }
63
64 public void setPwd(String pwd) {
65 this.pwd = pwd;

Callers 5

insertUserMethod · 0.45
updateUserMethod · 0.45
insertUserMethod · 0.45
insertUserMethod · 0.45
updateUserMethod · 0.45

Calls

no outgoing calls

Tested by 1

insertUserMethod · 0.36