@Entity(name="org.openurp.edu.exam.model.ExamActivity")
public class ExamActivity
extends org.beangle.commons.entity.pojo.LongIdObject
| Modifier and Type | Field and Description |
|---|---|
protected Clazz |
clazz
教学任务
|
protected org.openurp.edu.base.model.Semester |
semester
学年学期
|
| Constructor and Description |
|---|
ExamActivity() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
把所有的信息克隆一遍
不包括examTakers |
org.beangle.commons.lang.time.HourMinute |
getBeginAt() |
List<org.openurp.edu.base.model.Classroom> |
getClassrooms() |
Clazz |
getClazz() |
org.beangle.commons.lang.time.HourMinute |
getEndAt() |
Date |
getExamOn() |
List<ExamTaker> |
getExamTakers()
得到类型和学期一致的考试的名单
|
org.openurp.code.edu.model.ExamType |
getExamType() |
String |
getRemark() |
Set<ExamRoom> |
getRooms() |
org.openurp.edu.base.model.Semester |
getSemester() |
PublishState |
getState() |
int |
getStdCount() |
void |
setBeginAt(org.beangle.commons.lang.time.HourMinute beginAt) |
void |
setClazz(Clazz clazz) |
void |
setEndAt(org.beangle.commons.lang.time.HourMinute endAt) |
void |
setExamOn(Date examOn) |
void |
setExamTakers(List<ExamTaker> examTakers) |
void |
setExamType(org.openurp.code.edu.model.ExamType examType) |
void |
setRemark(String remark) |
void |
setRooms(Set<ExamRoom> rooms) |
void |
setSemester(org.openurp.edu.base.model.Semester semester) |
void |
setState(PublishState state) |
void |
setStdCount(int stdCount) |
@NotNull protected Clazz clazz
@NotNull protected org.openurp.edu.base.model.Semester semester
public org.openurp.edu.base.model.Semester getSemester()
public void setSemester(org.openurp.edu.base.model.Semester semester)
public Clazz getClazz()
public org.openurp.code.edu.model.ExamType getExamType()
public void setExamType(org.openurp.code.edu.model.ExamType examType)
public String getRemark()
public void setRemark(String remark)
public void setClazz(Clazz clazz)
public List<org.openurp.edu.base.model.Classroom> getClassrooms()
public PublishState getState()
public void setState(PublishState state)
public Date getExamOn()
public void setExamOn(Date examOn)
public org.beangle.commons.lang.time.HourMinute getBeginAt()
public void setBeginAt(org.beangle.commons.lang.time.HourMinute beginAt)
public org.beangle.commons.lang.time.HourMinute getEndAt()
public void setEndAt(org.beangle.commons.lang.time.HourMinute endAt)
public int getStdCount()
public void setStdCount(int stdCount)
Copyright © 2014–2019 The OpenURP Software. All rights reserved.