@Entity(name="org.openurp.edu.course.model.ExamTaker") public class ExamTaker extends org.beangle.commons.entity.pojo.LongIdObject implements Cloneable
| Constructor and Description |
|---|
ExamTaker() |
ExamTaker(CourseTaker taker,
ExamType examType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Clazz |
getClazz() |
ExamStatus |
getExamStatus() |
ExamType |
getExamType() |
String |
getRemark() |
Semester |
getSemester() |
Student |
getStd() |
void |
setClazz(Clazz clazz) |
void |
setExamStatus(ExamStatus examStatus) |
void |
setExamType(ExamType examType) |
void |
setRemark(String remark) |
void |
setSemester(Semester semester) |
void |
setStd(Student std) |
public ExamTaker()
public ExamTaker(CourseTaker taker, ExamType examType)
public ExamStatus getExamStatus()
public void setExamStatus(ExamStatus examStatus)
public String getRemark()
public void setRemark(String remark)
public ExamType getExamType()
public void setExamType(ExamType examType)
public Student getStd()
public void setStd(Student std)
public Clazz getClazz()
public void setClazz(Clazz clazz)
public Semester getSemester()
public void setSemester(Semester semester)
public Object clone()
clone in class ObjectObject.clone()Copyright © 2005–2018 The OpenURP Software. All rights reserved.