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
Fields Modifier and Type Field Description intminCapacityfloatminOccupyRatio
-
Constructor Summary
Constructors Constructor Description RoomAllocSetting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoomAllocPolicygetAllocPolicy()ExamTypegetExamType()intgetMinCapacity()floatgetMinOccupyRatio()StringgetName()ProjectgetProject()voidsetAllocPolicy(RoomAllocPolicy allocPolicy)voidsetExamType(ExamType examType)voidsetMinCapacity(int minCapacity)voidsetMinOccupyRatio(float minOccupyRatio)voidsetName(String name)voidsetProject(Project project)
-
-
-
Method Detail
-
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)
-
-