Package org.openurp.edu.lesson.model
Class ExamTaker
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.lesson.model.ExamTaker
-
- All Implemented Interfaces:
Serializable,Cloneable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.lesson.model.ExamTaker") public class ExamTaker extends org.beangle.commons.entity.pojo.LongIdObject implements Cloneable
应考记录- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExamTaker()ExamTaker(CourseTaker taker, ExamType examType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()ExamStatusgetExamStatus()ExamTypegetExamType()LessongetLesson()StringgetRemark()StudentgetStd()voidsetExamStatus(ExamStatus examStatus)voidsetExamType(ExamType examType)voidsetLesson(Lesson lesson)voidsetRemark(String remark)voidsetStd(Student std)
-
-
-
Constructor Detail
-
ExamTaker
public ExamTaker()
-
ExamTaker
public ExamTaker(CourseTaker taker, ExamType examType)
-
-
Method Detail
-
getExamStatus
public ExamStatus getExamStatus()
-
setExamStatus
public void setExamStatus(ExamStatus examStatus)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
getExamType
public ExamType getExamType()
-
setExamType
public void setExamType(ExamType examType)
-
getStd
public Student getStd()
-
setStd
public void setStd(Student std)
-
getLesson
public Lesson getLesson()
-
setLesson
public void setLesson(Lesson lesson)
-
clone
public Object clone()
- Overrides:
clonein classObject- See Also:
Object.clone()
-
-