Uses of Class
org.openurp.edu.base.model.StudentState
-
Packages that use StudentState Package Description org.openurp.edu.base.model -
-
Uses of StudentState in org.openurp.edu.base.model
Fields in org.openurp.edu.base.model declared as StudentState Modifier and Type Field Description protected StudentStateStudent. state学籍状态日志Fields in org.openurp.edu.base.model with type parameters of type StudentState Modifier and Type Field Description protected Set<StudentState>Student. states状态变化日志Methods in org.openurp.edu.base.model that return StudentState Modifier and Type Method Description StudentStateStudent. getState()Methods in org.openurp.edu.base.model that return types with arguments of type StudentState Modifier and Type Method Description Set<StudentState>Student. getStates()Set<StudentState>Adminclass. getStdStates()Methods in org.openurp.edu.base.model with parameters of type StudentState Modifier and Type Method Description voidStudent. addState(StudentState state)voidStudent. setState(StudentState state)Method parameters in org.openurp.edu.base.model with type arguments of type StudentState Modifier and Type Method Description voidStudent. setStates(Set<StudentState> states)voidAdminclass. setStdStates(Set<StudentState> stdStates)
-