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

Method toString

ch4/BoardDto.java:77–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 @Override
78 public String toString() {
79 return "BoardDto{" +
80 "bno=" + bno +
81 ", title='" + title + '\'' +
82 ", content='" + content + '\'' +
83 ", writer='" + writer + '\'' +
84 ", view_cnt=" + view_cnt +
85 ", comment_cnt=" + comment_cnt +
86 ", reg_date=" + reg_date +
87 '}';
88 }
89}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected