@Embeddable public class StudentScope extends Object implements org.beangle.commons.entity.Component
| Constructor and Description |
|---|
StudentScope() |
| Modifier and Type | Method and Description |
|---|---|
Set<Department> |
getDepartments() |
Set<Direction> |
getDirections() |
String |
getGrades() |
Set<Major> |
getMajors() |
Project |
getProject() |
Set<EduSpan> |
getSpans() |
Set<StdType> |
getStdTypes() |
boolean |
overlappedWith(StudentScope scope)
检验两个学生范围是否有交叉
TODO 该方法目前不完善
|
void |
setDepartments(Set<Department> departments) |
void |
setDirections(Set<Direction> directions) |
void |
setGrades(String grades) |
void |
setMajors(Set<Major> majors) |
void |
setProject(Project project) |
void |
setSpans(Set<EduSpan> spans) |
void |
setStdTypes(Set<StdType> stdTypes) |
public Set<Department> getDepartments()
public void setDepartments(Set<Department> departments)
public String getGrades()
public void setGrades(String grades)
public Project getProject()
public void setProject(Project project)
public boolean overlappedWith(StudentScope scope)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.