Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ setPage
Method
setPage
ch4/SearchCondition.java:49–51 ·
view source on GitHub ↗
(Integer page)
Source
from the content-addressed store, hash-verified
47
}
48
49
public
void
setPage(Integer page) {
50
this.page = page;
51
}
52
53
public
Integer getPageSize() {
54
return
pageSize;
Callers
1
doPaging
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected