Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ getBirth
Method
getBirth
ch2/User.java:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
this.email = email;
36
}
37
public
String getBirth() {
38
return
birth;
39
}
40
public
void
setBirth(String birth) {
41
this.birth = birth;
42
}
Callers
1
insertUser
Method · 0.45
Calls
no outgoing calls
Tested by
1
insertUser
Method · 0.36