Class QuestionComment

java.lang.Object
inha.git.common.BaseEntity
inha.git.question.domain.QuestionComment

@Entity public class QuestionComment extends BaseEntity
QuestionComment 엔티티는 애플리케이션의 질문 댓글 정보를 나타냄.
  • Constructor Details

    • QuestionComment

      public QuestionComment()
  • Method Details

    • setContents

      public void setContents(String contents)
    • setLikeCount

      public void setLikeCount(Integer likeCount)
    • setQuestion

      public void setQuestion(Question question)