Package org.openurp.base.edu.model
Class StudentScope
java.lang.Object
org.openurp.base.edu.model.StudentScope
- All Implemented Interfaces:
org.beangle.commons.entity.Component
@Embeddable public class StudentScope extends Object implements org.beangle.commons.entity.Component
学生范围
-
Constructor Summary
Constructors Constructor Description StudentScope() -
Method Summary
Modifier and Type Method Description Set<Department>getDepartments()Set<Direction>getDirections()StringgetGrades()Set<EducationLevel>getLevels()Set<Major>getMajors()ProjectgetProject()Set<StdType>getStdTypes()booleanoverlappedWith(StudentScope scope)检验两个学生范围是否有交叉 TODO 该方法目前不完善voidsetDepartments(Set<Department> departments)voidsetDirections(Set<Direction> directions)voidsetGrades(String grades)voidsetLevels(Set<EducationLevel> levels)voidsetMajors(Set<Major> majors)voidsetProject(Project project)voidsetStdTypes(Set<StdType> stdTypes)
-
Constructor Details
-
StudentScope
public StudentScope()
-
-
Method Details
-
getDepartments
-
setDepartments
-
getMajors
-
setMajors
-
getDirections
-
setDirections
-
getGrades
-
setGrades
-
getProject
-
setProject
-
getStdTypes
-
setStdTypes
-
getLevels
-
setLevels
-
overlappedWith
检验两个学生范围是否有交叉 TODO 该方法目前不完善
-