Class ProblemAttachment

java.lang.Object
inha.git.problem.domain.ProblemAttachment

@Entity public class ProblemAttachment extends Object
ProblemAttachment 엔티티는 문제 첨부파일 정보를 나타냄.
  • Constructor Details

    • ProblemAttachment

      public ProblemAttachment()
  • Method Details

    • setProblem

      public void setProblem(Problem problem)