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

Method setKeyword

ch4/SearchCondition.java:76–78  ·  view source on GitHub ↗
(String keyword)

Source from the content-addressed store, hash-verified

74 }
75
76 public void setKeyword(String keyword) {
77 this.keyword = keyword;
78 }
79
80 public Integer getOffset() {
81 return (page-1)*pageSize;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected