Package inha.git.question.domain
Class QuestionComment
java.lang.Object
inha.git.common.BaseEntity
inha.git.question.domain.QuestionComment
QuestionComment 엔티티는 애플리케이션의 질문 댓글 정보를 나타냄.
-
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(Integer likeCount) voidsetQuestion(Question question) Methods inherited from class inha.git.common.BaseEntity
setDeletedAt, setState, setUpdatedAt
-
Constructor Details
-
QuestionComment
public QuestionComment()
-
-
Method Details
-
setContents
-
setLikeCount
-
setQuestion
-