Uses of Class
org.openurp.code.edu.model.TeachingNature
| Package | Description |
|---|---|
| org.openurp.base.edu.model | |
| org.openurp.edu.clazz.model |
-
Uses of TeachingNature in org.openurp.base.edu.model
Methods in org.openurp.base.edu.model that return TeachingNature Modifier and Type Method Description TeachingNatureCourseHour. getTeachingNature()Methods in org.openurp.base.edu.model with parameters of type TeachingNature Modifier and Type Method Description IntegerCourse. getHour(TeachingNature type)voidCourseHour. setTeachingNature(TeachingNature teachingNature) -
Uses of TeachingNature in org.openurp.edu.clazz.model
Fields in org.openurp.edu.clazz.model declared as TeachingNature Modifier and Type Field Description protected TeachingNatureSession. teachingNature授课性质Methods in org.openurp.edu.clazz.model that return TeachingNature Modifier and Type Method Description TeachingNatureLesson. getTeachingNature()TeachingNatureSession. getTeachingNature()Methods in org.openurp.edu.clazz.model with parameters of type TeachingNature Modifier and Type Method Description voidLesson. setTeachingNature(TeachingNature teachingNature)voidSession. setTeachingNature(TeachingNature teachingNature)