Package org.openurp.edu.exam.model
Class RoomAllocSetting
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.RoomAllocSetting
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.RoomAllocSetting")
public class RoomAllocSetting
extends org.beangle.commons.entity.pojo.LongIdObject
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionintfloatint学生连续考试最小间隔Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfloatintgetName()voidsetAllocPolicy(RoomAllocPolicy allocPolicy)voidsetExamType(ExamType examType)voidsetMinCapacity(int minCapacity)voidsetMinOccupyRatio(float minOccupyRatio)voidsetMinStdExamInterval(int minStdExamInterval)voidvoidsetProject(Project project)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
minOccupyRatio
public float minOccupyRatio -
minCapacity
public int minCapacity -
minStdExamInterval
public int minStdExamInterval学生连续考试最小间隔
-
-
Constructor Details
-
RoomAllocSetting
public RoomAllocSetting()
-
-
Method Details
-
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)
-