类 QuestionnaireClazz

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.evaluation.course.model.QuestionnaireClazz
所有已实现的接口:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.evaluation.course.model.QuestionnaireClazz") public class QuestionnaireClazz extends org.beangle.commons.entity.pojo.LongIdObject
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected Clazz
    教学任务

    从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject

    id
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
    void
    setClazz(Clazz clazz)
     

    从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • clazz

      @NotNull protected Clazz clazz
      教学任务
  • 构造器详细资料

    • QuestionnaireClazz

      public QuestionnaireClazz()
  • 方法详细资料

    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)