Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getReg_date
Method
getReg_date
ch3/User.java:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
public
Date getReg_date() {
101
return
reg_date;
102
}
103
104
public
void
setReg_date(Date reg_date) {
105
this.reg_date = reg_date;
Callers
2
updateUser
Method · 0.45
updateUser
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected