@Entity(name="org.openurp.edu.exam.model.RoomAllocSetting")
public class RoomAllocSetting
extends org.beangle.commons.entity.pojo.LongIdObject
| Modifier and Type | Field and Description |
|---|---|
int |
minCapacity |
float |
minOccupyRatio |
| Constructor and Description |
|---|
RoomAllocSetting() |
| Modifier and Type | Method and Description |
|---|---|
RoomAllocPolicy |
getAllocPolicy() |
org.openurp.code.edu.model.ExamType |
getExamType() |
int |
getMinCapacity() |
float |
getMinOccupyRatio() |
String |
getName() |
org.openurp.edu.base.model.Project |
getProject() |
void |
setAllocPolicy(RoomAllocPolicy allocPolicy) |
void |
setExamType(org.openurp.code.edu.model.ExamType examType) |
void |
setMinCapacity(int minCapacity) |
void |
setMinOccupyRatio(float minOccupyRatio) |
void |
setName(String name) |
void |
setProject(org.openurp.edu.base.model.Project project) |
public org.openurp.edu.base.model.Project getProject()
public void setProject(org.openurp.edu.base.model.Project project)
public org.openurp.code.edu.model.ExamType getExamType()
public void setExamType(org.openurp.code.edu.model.ExamType examType)
public float getMinOccupyRatio()
public void setMinOccupyRatio(float minOccupyRatio)
public int getMinCapacity()
public void setMinCapacity(int minCapacity)
public RoomAllocPolicy getAllocPolicy()
public void setAllocPolicy(RoomAllocPolicy allocPolicy)
public String getName()
public void setName(String name)
Copyright © 2014–2019 The OpenURP Software. All rights reserved.