类 ExamAllocSetting
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.config.ExamAllocSetting
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.config.ExamAllocSetting")
public class ExamAllocSetting
extends org.beangle.commons.entity.pojo.LongIdObject
- 另请参阅:
-
字段概要
字段从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intfloatintgetName()voidsetAllocPolicy(RoomAllocPolicy allocPolicy) voidsetExamType(ExamType examType) voidsetMinCapacity(int minCapacity) voidsetMinOccupyRatio(float minOccupyRatio) voidsetMinStdExamInterval(int minStdExamInterval) voidvoidsetProject(Project project) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
minOccupyRatio
public float minOccupyRatio -
minCapacity
public int minCapacity -
minStdExamInterval
public int minStdExamInterval学生连续考试最小间隔
-
-
构造器详细资料
-
ExamAllocSetting
public ExamAllocSetting()
-
-
方法详细资料
-
getProject
-
setProject
-
getExamType
-
setExamType
-
getMinOccupyRatio
public float getMinOccupyRatio() -
setMinOccupyRatio
public void setMinOccupyRatio(float minOccupyRatio) -
getMinCapacity
public int getMinCapacity() -
setMinCapacity
public void setMinCapacity(int minCapacity) -
getAllocPolicy
-
setAllocPolicy
-
getName
-
setName
-
getMinStdExamInterval
public int getMinStdExamInterval() -
setMinStdExamInterval
public void setMinStdExamInterval(int minStdExamInterval)
-