Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ setBno
Method
setBno
ch4/BoardDto.java:37–39 ·
view source on GitHub ↗
(Integer bno)
Source
from the content-addressed store, hash-verified
35
return
bno;
36
}
37
public
void
setBno(Integer bno) {
38
this.bno = bno;
39
}
40
public
String getTitle() {
41
return
title;
42
}
Callers
3
selectTest
Method · 0.95
updateTest
Method · 0.95
write
Method · 0.45
Calls
no outgoing calls
Tested by
2
selectTest
Method · 0.76
updateTest
Method · 0.76