Package org.openurp.edu.exam.model
Class ExamGroup
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.ExamGroup
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.ExamGroup")
public class ExamGroup
extends org.beangle.commons.entity.pojo.LongIdObject
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description PublishStatepublishState排考结果是否发布Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description ExamGroup() -
Method Summary
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
publishState
排考结果是否发布
-
-
Constructor Details
-
ExamGroup
public ExamGroup()
-
-
Method Details
-
getName
-
setName
-
getExamType
-
setExamType
-
getProject
-
setProject
-
getSemester
-
setSemester
-
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-
getPublishState
-
setPublishState
-
getTurns
-
setTurns
-
getTasks
-
setTasks
-
getRooms
-
setRooms
-
getMinCourseConflictCount
public int getMinCourseConflictCount() -
setMinCourseConflictCount
public void setMinCourseConflictCount(int minCourseConflictCount) -
getMaxCourseConflictRatio
public float getMaxCourseConflictRatio() -
setMaxCourseConflictRatio
public void setMaxCourseConflictRatio(float maxCourseConflictRatio) -
getTurnOfDays
-
turnExists
-
getTurn
-
getDates
-
getUpdatedAt
-
setUpdatedAt
-
getAllocSetting
-
setAllocSetting
-
isAllowInClass
public boolean isAllowInClass() -
setAllowInClass
public void setAllowInClass(boolean allowInClass)
-