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

Method getSc

ch4/PageHandler.java:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public SearchCondition getSc() {
68 return sc;
69 }
70
71 public void setSc(SearchCondition sc) {
72 this.sc = sc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected