Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ setReg_date
Method
setReg_date
ch4/BoardDto.java:73–75 ·
view source on GitHub ↗
(Date reg_date)
Source
from the content-addressed store, hash-verified
71
return
reg_date;
72
}
73
public
void
setReg_date(Date reg_date) {
74
this.reg_date = reg_date;
75
}
76
77
@Override
78
public
String toString() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected