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

Method CommentDto

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

Source from the content-addressed store, hash-verified

12 private Date up_date;
13
14 public CommentDto() {}
15 public CommentDto(Integer bno, Integer pcno, String comment, String commenter) {
16 this.bno = bno;
17 this.pcno = pcno;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected