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

Method toString

ch4/CommentDto.java:91–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 @Override
92 public String toString() {
93 return "CommentDto{" +
94 "cno=" + cno +
95 ", bno=" + bno +
96 ", pcno=" + pcno +
97 ", comment='" + comment + '\'' +
98 ", commenter='" + commenter + '\'' +
99 ", reg_date=" + reg_date +
100 ", up_date=" + up_date +
101 '}';
102 }
103}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected