Package org.openurp.edu.exam.model
Class ExamActivity
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.exam.model.ExamActivity
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.ExamActivity") public class ExamActivity extends org.beangle.commons.entity.pojo.LongIdObject排考活动- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExamActivity()把所有的信息克隆一遍
不包括examTakers
-
Method Summary
-
-
-
Method Detail
-
getSemester
public Semester getSemester()
-
setSemester
public void setSemester(Semester semester)
-
getClazz
public Clazz getClazz()
-
setClazz
public void setClazz(Clazz clazz)
-
getTask
public ExamTask getTask()
-
setTask
public void setTask(ExamTask task)
-
getExamWeek
public Short getExamWeek()
-
setExamWeek
public void setExamWeek(Short examWeek)
-
getDepartArranged
public Boolean getDepartArranged()
-
setDepartArranged
public void setDepartArranged(Boolean departArranged)
-
getExamPaperNo
public String getExamPaperNo()
-
setExamPaperNo
public void setExamPaperNo(String examPaperNo)
-
getExamType
public ExamType getExamType()
-
setExamType
public void setExamType(ExamType examType)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
getPublishState
public PublishState getPublishState()
-
setPublishState
public void setPublishState(PublishState publishState)
-
getExamOn
public Date getExamOn()
-
setExamOn
public void setExamOn(Date examOn)
-
getBeginAt
public HourMinute getBeginAt()
-
setBeginAt
public void setBeginAt(HourMinute beginAt)
-
getEndAt
public HourMinute getEndAt()
-
setEndAt
public void setEndAt(HourMinute endAt)
-
getStdCount
public int getStdCount()
-
setStdCount
public void setStdCount(int stdCount)
-
-