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

Method setComment_cnt

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

Source from the content-addressed store, hash-verified

65 return comment_cnt;
66 }
67 public void setComment_cnt(int comment_cnt) {
68 this.comment_cnt = comment_cnt;
69 }
70 public Date getReg_date() {
71 return reg_date;
72 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected