Uses of Class
org.openurp.base.model.School
-
Packages that use School Package Description org.openurp.base.model org.openurp.edu.base.model -
-
Uses of School in org.openurp.base.model
Methods in org.openurp.base.model that return School Modifier and Type Method Description SchoolBuilding. getSchool()SchoolCampus. getSchool()SchoolDepartment. getSchool()SchoolRoom. getSchool()SchoolUser. getSchool()Methods in org.openurp.base.model with parameters of type School Modifier and Type Method Description voidBuilding. setSchool(School school)voidCampus. setSchool(School school)voidDepartment. setSchool(School school)voidRoom. setSchool(School school)voidUser. setSchool(School school) -
Uses of School in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return School Modifier and Type Method Description SchoolCalendar. getSchool()SchoolClassroom. getSchool()SchoolProject. getSchool()Methods in org.openurp.edu.base.model with parameters of type School Modifier and Type Method Description voidCalendar. setSchool(School school)voidClassroom. setSchool(School school)voidProject. setSchool(School school)
-