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

Method getSns

ch2/User.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 this.birth = birth;
42 }
43 public String[] getSns() {
44 return sns;
45 }
46 public void setSns(String[] sns) {
47 this.sns = sns;
48 }

Callers 1

insertUserMethod · 0.45

Calls

no outgoing calls

Tested by 1

insertUserMethod · 0.36