Package org.openurp.edu.exam.model
Class ExamLesson
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.exam.model.ExamLesson
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.ExamLesson") public class ExamLesson extends org.beangle.commons.entity.pojo.LongIdObject任务考试信息指定- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExamLesson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetDepartArranged()StringgetExamPaperNo()List<ExamTaker>getExamTakers()ExamTypegetExamType()ShortgetExamWeek()LessongetLesson()intgetStdCount()ExamTaskgetTask()voidsetDepartArranged(Boolean departArranged)voidsetExamPaperNo(String examPaperNo)voidsetExamType(ExamType examType)voidsetExamWeek(Short examWeek)voidsetLesson(Lesson lesson)voidsetStdCount(int stdCount)voidsetTask(ExamTask task)
-
-
-
Method Detail
-
getLesson
public Lesson getLesson()
-
setLesson
public void setLesson(Lesson lesson)
-
getTask
public ExamTask getTask()
-
setTask
public void setTask(ExamTask task)
-
getStdCount
public int getStdCount()
-
setStdCount
public void setStdCount(int stdCount)
-
getExamWeek
public Short getExamWeek()
-
setExamWeek
public void setExamWeek(Short examWeek)
-
getDepartArranged
public Boolean getDepartArranged()
-
setDepartArranged
public void setDepartArranged(Boolean departArranged)
-
getExamType
public ExamType getExamType()
-
setExamType
public void setExamType(ExamType examType)
-
getExamPaperNo
public String getExamPaperNo()
-
setExamPaperNo
public void setExamPaperNo(String examPaperNo)
-
-