Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ getPage
Method
getPage
ch4/SearchCondition.java:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
.build().toString();
44
}
45
public
Integer getPage() {
46
return
page;
47
}
48
49
public
void
setPage(Integer page) {
50
this.page = page;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected