Package org.openurp.edu.exam.config
Class ExamDeferSetting
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.config.ExamDeferSetting
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.config.ExamDeferSetting")
public class ExamDeferSetting
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 TypeMethodDescriptionintvoidsetApplyOpened(Boolean applyOpened) voidsetDaysBeforeApply(int daysBeforeApply) voidsetExamType(ExamType examType) voidsetProject(Project project) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ExamDeferSetting
public ExamDeferSetting()
-
-
Method Details
-
getProject
-
setProject
-
getExamType
-
setExamType
-
getApplyOpened
-
setApplyOpened
-
getDaysBeforeApply
public int getDaysBeforeApply() -
setDaysBeforeApply
public void setDaysBeforeApply(int daysBeforeApply)
-