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

Method getTotalCnt

ch4/PageHandler.java:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public int getTotalCnt() {
76 return totalCnt;
77 }
78
79 public void setTotalCnt(int totalCnt) {
80 this.totalCnt = totalCnt;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected