Class EvaluateResult

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.evaluation.course.model.EvaluateResult
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.evaluation.course.model.EvaluateResult") public class EvaluateResult extends org.beangle.commons.entity.pojo.LongIdObject
See Also:
  • Field Details

    • clazz

      @NotNull protected Clazz clazz
      教学任务
  • Constructor Details

    • EvaluateResult

      public EvaluateResult()
  • Method Details

    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)
    • getStudent

      public Student getStudent()
    • setStudent

      public void setStudent(Student student)