(int comment_cnt)
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected