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

Method getPassword

blogserver/src/main/java/org/sang/bean/User.java:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111
112 public String getPassword() {
113 return password;
114 }
115
116 public void setPassword(String password) {
117 this.password = password;

Callers 1

regMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected