Class QuestionReplyComment

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

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

    • QuestionReplyComment

      public QuestionReplyComment()
  • Method Details

    • setContents

      public void setContents(String contents)
    • setLikeCount

      public void setLikeCount(Integer likeCount)