类 ExamAllocSetting
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.exam.model.ExamAllocSetting
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.ExamAllocSetting") public class ExamAllocSetting extends org.beangle.commons.entity.pojo.LongIdObject- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 intminCapacityfloatminOccupyRatiointminStdExamInterval学生连续考试最小间隔
-
构造器概要
构造器 构造器 说明 ExamAllocSetting()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 RoomAllocPolicygetAllocPolicy()ExamTypegetExamType()intgetMinCapacity()floatgetMinOccupyRatio()intgetMinStdExamInterval()StringgetName()ProjectgetProject()voidsetAllocPolicy(RoomAllocPolicy allocPolicy)voidsetExamType(ExamType examType)voidsetMinCapacity(int minCapacity)voidsetMinOccupyRatio(float minOccupyRatio)voidsetMinStdExamInterval(int minStdExamInterval)voidsetName(String name)voidsetProject(Project project)
-
-
-
方法详细资料
-
getProject
public Project getProject()
-
setProject
public void setProject(Project project)
-
getExamType
public ExamType getExamType()
-
setExamType
public void setExamType(ExamType examType)
-
getMinOccupyRatio
public float getMinOccupyRatio()
-
setMinOccupyRatio
public void setMinOccupyRatio(float minOccupyRatio)
-
getMinCapacity
public int getMinCapacity()
-
setMinCapacity
public void setMinCapacity(int minCapacity)
-
getAllocPolicy
public RoomAllocPolicy getAllocPolicy()
-
setAllocPolicy
public void setAllocPolicy(RoomAllocPolicy allocPolicy)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getMinStdExamInterval
public int getMinStdExamInterval()
-
setMinStdExamInterval
public void setMinStdExamInterval(int minStdExamInterval)
-
-