Package org.openurp.edu.clazz.app.model
Class CurriculumChangeApplication
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.app.model.CurriculumChangeApplication
- All Implemented Interfaces:
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
上课调整变更申请
对教学运行中的教学任务进行变更申请,该申请的处理需要管理员进行审批。
申请调课、换课的实际变动需要管理员在课程安排模块进行手工调整。
对教学运行中的教学任务进行变更申请,该申请的处理需要管理员进行审批。
申请调课、换课的实际变动需要管理员在课程安排模块进行手工调整。
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()floatgetTime()voidvoidvoidvoidsetRequisition(String requisition) voidsetSchoolHours(float schoolHours) voidsetTeacher(Teacher teacher) voidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
CurriculumChangeApplication
public CurriculumChangeApplication()
-
-
Method Details
-
getRemark
-
setRemark
-
getSchoolHours
public float getSchoolHours() -
setSchoolHours
public void setSchoolHours(float schoolHours) -
getRequisition
-
setRequisition
-
getClazz
-
setClazz
-
getTeacher
-
setTeacher
-
getTime
-
setTime
-
getPassed
- Returns:
- the passed
-
setPassed
- Parameters:
passed- the passed to set
-