Package org.openurp.edu.exam.model
Class ExamTask
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.exam.model.ExamTask
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.ExamTask")
public class ExamTask
extends org.beangle.commons.entity.pojo.LongIdObject
排考任务
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid返回各个校区的人员分布getCode()shortgetEndAt()getGroup()getRooms()intbooleanbooleanbooleanvoidsetActivities(List<ExamActivity> activities)voidsetBeginAt(HourMinute beginAt)voidsetBuilding(Building building)voidsetCentralized(boolean centralized)voidvoidsetDuration(short duration)voidsetEndAt(HourMinute endAt)voidvoidsetExamType(ExamType examType)voidsetExamWeek(Short examWeek)voidvoidsetMaxCourseConflictRatio(Float maxCourseConflictRatio)voidsetMinExamOn(Date minExamOn)voidsetProject(Project project)voidvoidsetRoomGroup(RoomGroup roomGroup)voidvoidsetRoomType(ClassroomType roomType)voidsetSemester(Semester semester)voidsetStdCount(int stdCount)voidsetTeachDepart(Department teachDepart)voidsetTimeAllotted(boolean timeAllotted)toString()Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ExamTask
public ExamTask()
-
-
Method Details
-
isEmptyTime
public boolean isEmptyTime() -
getTeachDepart
-
setTeachDepart
-
getCampusStdCounts
返回各个校区的人员分布- Returns:
-
calcStdCount
public void calcStdCount() -
buildCode
public void buildCode() -
getClazzes
-
getStdCount
public int getStdCount() -
setStdCount
public void setStdCount(int stdCount) -
getProject
-
setProject
-
getSemester
-
setSemester
-
getExamType
-
setExamType
-
getExamOn
-
setExamOn
-
getBeginAt
-
setBeginAt
-
getEndAt
-
setEndAt
-
getBuilding
-
setBuilding
-
getRooms
-
setRooms
-
getRoomGroup
-
setRoomGroup
-
getGroup
-
setGroup
-
toString
-
getMaxCourseConflictRatio
-
setMaxCourseConflictRatio
-
isTimeAllotted
public boolean isTimeAllotted() -
setTimeAllotted
public void setTimeAllotted(boolean timeAllotted) -
getRemark
-
setRemark
-
getCourses
-
getCourseCodes
-
getCourseNames
-
getExamWeek
-
setExamWeek
-
getRoomType
-
setRoomType
-
setDuration
public void setDuration(short duration) -
getDuration
public short getDuration() -
isCentralized
public boolean isCentralized() -
setCentralized
public void setCentralized(boolean centralized) -
getCode
-
setCode
-
getActivities
-
setActivities
-
getMinExamOn
-
setMinExamOn
-