Class Comment
- java.lang.Object
-
- com.restapi.template.api.common.Date
-
- com.restapi.template.api.community.comment.data.Comment
-
@Entity public class Comment extends Date
댓글 엔터티.- Version:
- 1.0
- Author:
- always0ne
-
-
Field Summary
Fields Modifier and Type Field Description private Usersauthor댓글 작성자.private java.lang.LongcommentIdpk.private java.lang.Stringmessage댓글.-
Fields inherited from class com.restapi.template.api.common.Date
createdDate, modifiedDate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateComment(java.lang.String message)댓글 수정.-
Methods inherited from class com.restapi.template.api.common.Date
updateModifyDate
-
-