@Embeddable public class StudentScope extends Object implements org.beangle.commons.entity.Component
| Constructor and Description |
|---|
StudentScope() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.openurp.base.model.Department> |
getDepartments() |
Set<Direction> |
getDirections() |
Set<Education> |
getEducations() |
String |
getGrades() |
Set<Major> |
getMajors() |
Project |
getProject() |
Set<StdType> |
getStdTypes() |
boolean |
overlappedWith(StudentScope scope)
检验两个学生范围是否有交叉
TODO 该方法目前不完善
|
void |
setDepartments(Set<org.openurp.base.model.Department> departments) |
void |
setDirections(Set<Direction> directions) |
void |
setEducations(Set<Education> educations) |
void |
setGrades(String grades) |
void |
setMajors(Set<Major> majors) |
void |
setProject(Project project) |
void |
setStdTypes(Set<StdType> stdTypes) |
public Set<org.openurp.base.model.Department> getDepartments()
public void setDepartments(Set<org.openurp.base.model.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.