Class ProjectReplyComment

java.lang.Object
inha.git.common.BaseEntity
inha.git.project.domain.ProjectReplyComment

@Entity public class ProjectReplyComment extends BaseEntity
ProjectComment 엔티티는 애플리케이션의 프로젝트 대댓글 정보를 나타냄.
  • Constructor Details

    • ProjectReplyComment

      public ProjectReplyComment()
  • Method Details

    • setContents

      public void setContents(String contents)
    • setLikeCount

      public void setLikeCount(int likeCount)