| Package | Description |
|---|---|
| org.openurp.edu.base.model |
| Modifier and Type | Field and Description |
|---|---|
protected StudentState |
Student.state
学籍状态日志
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<StudentState> |
Student.states
状态变化日志
|
| Modifier and Type | Method and Description |
|---|---|
StudentState |
Student.getState() |
| Modifier and Type | Method and Description |
|---|---|
Set<StudentState> |
Student.getStates() |
Set<StudentState> |
Squad.getStdStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
Student.addState(StudentState state) |
void |
Student.setState(StudentState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
Student.setStates(Set<StudentState> states) |
void |
Squad.setStdStates(Set<StudentState> stdStates) |
Copyright © 2005–2018 The OpenURP Software. All rights reserved.