Package org.openurp.edu.exam.model
Class InvigilationLessonQuota
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.exam.model.InvigilationLessonQuota
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.exam.model.InvigilationLessonQuota") public class InvigilationLessonQuota extends org.beangle.commons.entity.pojo.LongIdObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvigilationLessonQuota()InvigilationLessonQuota(Lesson lesson, Teacher teacher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LessongetLesson()intgetPeriod()floatgetQuota()floatgetRatio()TeachergetTeacher()voidsetLesson(Lesson lesson)voidsetPeriod(int period)voidsetQuota(float quota)voidsetRatio(float ratio)voidsetTeacher(Teacher teacher)
-
-
-
Method Detail
-
getLesson
public Lesson getLesson()
-
setLesson
public void setLesson(Lesson lesson)
-
getTeacher
public Teacher getTeacher()
-
setTeacher
public void setTeacher(Teacher teacher)
-
getRatio
public float getRatio()
-
setRatio
public void setRatio(float ratio)
-
getQuota
public float getQuota()
-
setQuota
public void setQuota(float quota)
-
getPeriod
public int getPeriod()
-
setPeriod
public void setPeriod(int period)
-
-