@Entity(name="org.openurp.edu.course.model.ExamTaker") public class ExamTaker extends org.beangle.commons.entity.pojo.LongIdObject implements Cloneable
id
ExamTaker()
ExamTaker(CourseTaker taker, ExamType examType)
Object
clone()
Clazz
getClazz()
ExamStatus
getExamStatus()
ExamType
getExamType()
String
getRemark()
Student
getStd()
void
setClazz(Clazz clazz)
setExamStatus(ExamStatus examStatus)
setExamType(ExamType examType)
setRemark(String remark)
setStd(Student std)
equals, getId, hashCode, isPersisted, isTransient, setId
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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 Object clone()
clone
Object.clone()
Copyright © 2005–2018 The OpenURP Software. All rights reserved.