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

Method getReg_date

ch4/BoardDto.java:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 this.comment_cnt = comment_cnt;
69 }
70 public Date getReg_date() {
71 return reg_date;
72 }
73 public void setReg_date(Date reg_date) {
74 this.reg_date = reg_date;
75 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected