@Entity(name="org.openurp.edu.exam.model.ExamStudent") public class ExamStudent extends org.beangle.commons.entity.pojo.LongIdObject implements Cloneable
| Constructor and Description |
|---|
ExamStudent() |
ExamStudent(ExamTaker taker) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
ExamActivity |
getActivity() |
Clazz |
getClazz() |
ExamRoom |
getExamRoom() |
org.openurp.edu.base.code.model.ExamType |
getExamType() |
Short |
getSeatNo() |
org.openurp.base.model.Semester |
getSemester() |
org.openurp.edu.base.model.Student |
getStd() |
void |
setActivity(ExamActivity activity) |
void |
setClazz(Clazz clazz) |
void |
setExamRoom(ExamRoom examRoom) |
void |
setExamType(org.openurp.edu.base.code.model.ExamType examType) |
void |
setSeatNo(Short seatNo) |
void |
setSemester(org.openurp.base.model.Semester semester) |
void |
setStd(org.openurp.edu.base.model.Student std) |
public ExamStudent()
public ExamStudent(ExamTaker taker)
public Short getSeatNo()
public void setSeatNo(Short seatNo)
public Clazz getClazz()
public void setClazz(Clazz clazz)
public org.openurp.base.model.Semester getSemester()
public void setSemester(org.openurp.base.model.Semester semester)
public org.openurp.edu.base.model.Student getStd()
public void setStd(org.openurp.edu.base.model.Student std)
public org.openurp.edu.base.code.model.ExamType getExamType()
public void setExamType(org.openurp.edu.base.code.model.ExamType examType)
public ExamRoom getExamRoom()
public void setExamRoom(ExamRoom examRoom)
public ExamActivity getActivity()
public void setActivity(ExamActivity activity)
public Object clone()
clone in class ObjectObject.clone()Copyright © 2005–2018 The OpenURP Software. All rights reserved.