MCPcopy Create free account
hub / github.com/castello/spring_basic / setTotalPage

Method setTotalPage

ch4/PageHandler.java:107–109  ·  view source on GitHub ↗
(int totalPage)

Source from the content-addressed store, hash-verified

105 }
106
107 public void setTotalPage(int totalPage) {
108 this.totalPage = totalPage;
109 }
110
111 public int getEndPage() {
112 return endPage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected