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

Method setTotalCnt

ch4/PageHandler.java:79–81  ·  view source on GitHub ↗
(int totalCnt)

Source from the content-addressed store, hash-verified

77 }
78
79 public void setTotalCnt(int totalCnt) {
80 this.totalCnt = totalCnt;
81 }
82
83 public boolean isShowNext() {
84 return showNext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected