Class ExecutionPlanCourseModify
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.program.app.model.ExecutionPlanCourseModify
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.program.app.model.ExecutionPlanCourseModify")
public class ExecutionPlanCourseModify
extends org.beangle.commons.entity.pojo.LongIdObject
专业计划课程修改
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Integerstatic Stringstatic Stringstatic Integerstatic Stringstatic Integerstatic String[]Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFlag()voidsetApplyDate(Date applyDate) voidsetAssessor(User assessor) voidsetDepartment(Department department) voidsetDepOpinion(String depOpinion) voidsetDepSign(String depSign) voidsetExecutionPlan(FakePlan executePlan) voidvoidsetNewPlanCourse(ExecutionPlanCourseModifyDetailAfter newPlanCourse) voidsetOldPlanCourse(ExecutionPlanCourseModifyDetailBefore oldPlanCourse) voidsetPracticeSign(String practiceSign) voidsetProposer(User proposer) voidvoidsetReplyDate(Date replyDate) voidsetRequisitionType(String requisitionType) voidsetTeachOpinion(String teachOpinion) voidsetTeachSign(String teachSign) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
INITREQUEST
-
REFUSE
-
ACCEPT
-
MODIFY
-
ADD
-
DELETE
-
REQUISITIONTYPE
-
-
Constructor Details
-
ExecutionPlanCourseModify
public ExecutionPlanCourseModify()
-
-
Method Details
-
getFlag
-
setFlag
-
getDepartment
-
setDepartment
-
getDepOpinion
-
setDepOpinion
-
getDepSign
-
setDepSign
-
getPracticeSign
-
setPracticeSign
-
getReason
-
setReason
-
getRequisitionType
-
setRequisitionType
-
getTeachOpinion
-
setTeachOpinion
-
getTeachSign
-
setTeachSign
-
getApplyDate
-
setApplyDate
-
getReplyDate
-
setReplyDate
-
getAssessor
-
getOldPlanCourse
-
setOldPlanCourse
-
getNewPlanCourse
-
setNewPlanCourse
-
setAssessor
-
getProposer
-
setProposer
-
getExecutionPlan
-
setExecutionPlan
-