类 CurriculumChangeApplication

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

@Entity(name="org.openurp.edu.clazz.app.model.CurriculumChangeApplication") public class CurriculumChangeApplication extends org.beangle.commons.entity.pojo.LongIdObject
上课调整变更申请
对教学运行中的教学任务进行变更申请,该申请的处理需要管理员进行审批。
申请调课、换课的实际变动需要管理员在课程安排模块进行手工调整。
另请参阅:
  • 构造器详细资料

    • CurriculumChangeApplication

      public CurriculumChangeApplication()
  • 方法详细资料

    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • getSchoolHours

      public float getSchoolHours()
    • setSchoolHours

      public void setSchoolHours(float schoolHours)
    • getRequisition

      public String getRequisition()
    • setRequisition

      public void setRequisition(String requisition)
    • getClazz

      public Clazz getClazz()
    • setClazz

      public void setClazz(Clazz clazz)
    • getTeacher

      public Teacher getTeacher()
    • setTeacher

      public void setTeacher(Teacher teacher)
    • getTime

      public Date getTime()
    • setTime

      public void setTime(Date time)
    • getPassed

      public Boolean getPassed()
      返回:
      the passed
    • setPassed

      public void setPassed(Boolean passed)
      参数:
      passed - the passed to set