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

Method getBirth

ch3/User.java:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public Date getBirth() {
85 return birth;
86 }
87
88 public void setBirth(Date birth) {
89 this.birth = birth;

Callers 5

insertUserMethod · 0.45
updateUserMethod · 0.45
insertUserMethod · 0.45
insertUserMethod · 0.45
updateUserMethod · 0.45

Calls

no outgoing calls

Tested by 1

insertUserMethod · 0.36