Class QuestionnaireClazz

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.evaluation.course.model.QuestionnaireClazz
All Implemented Interfaces:
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
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Clazz
    教学任务

    Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setClazz(Clazz clazz)
     

    Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • clazz

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

    • QuestionnaireClazz

      public QuestionnaireClazz()
  • Method Details

    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)