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

Method setSns

ch2/User.java:46–48  ·  view source on GitHub ↗
(String[] sns)

Source from the content-addressed store, hash-verified

44 return sns;
45 }
46 public void setSns(String[] sns) {
47 this.sns = sns;
48 }
49 @Override
50 public String toString() {
51 return "User [id=" + id + ", pwd=" + pwd + ", name=" + name + ", email=" + email + ", birth=" + birth + ", sns="

Callers 1

selectUserMethod · 0.95

Calls

no outgoing calls

Tested by 1

selectUserMethod · 0.76