MCPcopy
hub / github.com/lenve/VBlog / setPassword

Method setPassword

blogserver/src/main/java/org/sang/bean/User.java:116–118  ·  view source on GitHub ↗
(String password)

Source from the content-addressed store, hash-verified

114 }
115
116 public void setPassword(String password) {
117 this.password = password;
118 }
119
120 public String getNickname() {
121 return nickname;

Callers 1

regMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected