Package org.openurp.edu.base.model
Class StudentScope
- java.lang.Object
-
- org.openurp.edu.base.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Department>getDepartments()Set<Direction>getDirections()Set<Education>getEducations()StringgetGrades()Set<Major>getMajors()ProjectgetProject()Set<StdType>getStdTypes()booleanoverlappedWith(StudentScope scope)检验两个学生范围是否有交叉 TODO 该方法目前不完善voidsetDepartments(Set<Department> departments)voidsetDirections(Set<Direction> directions)voidsetEducations(Set<Education> educations)voidsetGrades(String grades)voidsetMajors(Set<Major> majors)voidsetProject(Project project)voidsetStdTypes(Set<StdType> stdTypes)
-
-
-
Method Detail
-
getDepartments
public Set<Department> getDepartments()
-
setDepartments
public void setDepartments(Set<Department> departments)
-
getGrades
public String getGrades()
-
setGrades
public void setGrades(String grades)
-
getProject
public Project getProject()
-
setProject
public void setProject(Project project)
-
overlappedWith
public boolean overlappedWith(StudentScope scope)
检验两个学生范围是否有交叉 TODO 该方法目前不完善
-
-