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

Method setBirth

ch3/User.java:88–90  ·  view source on GitHub ↗
(Date birth)

Source from the content-addressed store, hash-verified

86 }
87
88 public void setBirth(Date birth) {
89 this.birth = birth;
90 }
91
92 public String getSns() {
93 return sns;

Callers 3

selectUserMethod · 0.95
selectUserMethod · 0.95
selectUserMethod · 0.95

Calls

no outgoing calls

Tested by 1

selectUserMethod · 0.76