Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ getTitle
Method
getTitle
ch4/BoardDto.java:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
this.bno = bno;
39
}
40
public
String getTitle() {
41
return
title;
42
}
43
public
void
setTitle(String title) {
44
this.title = title;
45
}
Callers
1
selectPageTest
Method · 0.80
Calls
no outgoing calls
Tested by
1
selectPageTest
Method · 0.64