Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getBirth
Method
getBirth
ch4/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
2
insertUser
Method · 0.45
updateUser
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected