Uses of Class
org.openurp.code.edu.model.CourseTakeType
-
Packages that use CourseTakeType Package Description org.openurp.edu.clazz.model org.openurp.edu.grade.course.model -
-
Uses of CourseTakeType in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return CourseTakeType Modifier and Type Method Description CourseTakeTypeCourseTaker. getTakeType()Methods in org.openurp.edu.clazz.model with parameters of type CourseTakeType Modifier and Type Method Description voidCourseTaker. setTakeType(CourseTakeType courseTakeType)Constructors in org.openurp.edu.clazz.model with parameters of type CourseTakeType Constructor Description CourseTaker(Clazz task, Student student, CourseTakeType courseTakeType) -
Uses of CourseTakeType in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return CourseTakeType Modifier and Type Method Description CourseTakeTypeCourseGrade. getCourseTakeType()Methods in org.openurp.edu.grade.course.model that return types with arguments of type CourseTakeType Modifier and Type Method Description Set<CourseTakeType>CourseGradeSetting. getNoMakeupTakeTypes()Methods in org.openurp.edu.grade.course.model with parameters of type CourseTakeType Modifier and Type Method Description voidCourseGrade. setCourseTakeType(CourseTakeType courseTakeType)Method parameters in org.openurp.edu.grade.course.model with type arguments of type CourseTakeType Modifier and Type Method Description voidCourseGradeSetting. setNoMakeupTakeTypes(Set<CourseTakeType> noMakeupTakeTypes)
-