Package inha.git.project.domain
Class ProjectReplyComment
java.lang.Object
inha.git.common.BaseEntity
inha.git.project.domain.ProjectReplyComment
ProjectComment 엔티티는 애플리케이션의 프로젝트 대댓글 정보를 나타냄.
-
Nested Class Summary
Nested classes/interfaces inherited from class inha.git.common.BaseEntity
BaseEntity.State -
Field Summary
Fields inherited from class inha.git.common.BaseEntity
state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContents(String contents) voidsetLikeCount(int likeCount) Methods inherited from class inha.git.common.BaseEntity
setDeletedAt, setState, setUpdatedAt
-
Constructor Details
-
ProjectReplyComment
public ProjectReplyComment()
-
-
Method Details
-
setContents
-
setLikeCount
public void setLikeCount(int likeCount)
-