@Entity(name="org.openurp.edu.exam.model.ExamClazz")
public class ExamClazz
extends org.beangle.commons.entity.pojo.LongIdObject
| Constructor and Description |
|---|
ExamClazz() |
| Modifier and Type | Method and Description |
|---|---|
Clazz |
getClazz() |
Boolean |
getDepartArranged() |
String |
getExamPaperNo() |
List<ExamTaker> |
getExamTakers() |
org.openurp.edu.base.code.model.ExamType |
getExamType() |
Short |
getExamWeek() |
int |
getStdCount() |
ExamTask |
getTask() |
void |
setClazz(Clazz clazz) |
void |
setDepartArranged(Boolean departArranged) |
void |
setExamPaperNo(String examPaperNo) |
void |
setExamType(org.openurp.edu.base.code.model.ExamType examType) |
void |
setExamWeek(Short examWeek) |
void |
setStdCount(int stdCount) |
void |
setTask(ExamTask task) |
public Clazz getClazz()
public void setClazz(Clazz clazz)
public ExamTask getTask()
public void setTask(ExamTask task)
public int getStdCount()
public void setStdCount(int stdCount)
public Short getExamWeek()
public void setExamWeek(Short examWeek)
public Boolean getDepartArranged()
public void setDepartArranged(Boolean departArranged)
public org.openurp.edu.base.code.model.ExamType getExamType()
public void setExamType(org.openurp.edu.base.code.model.ExamType examType)
public String getExamPaperNo()
public void setExamPaperNo(String examPaperNo)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.