| Package | Description |
|---|---|
| org.openurp.edu.base.model |
| Modifier and Type | Field and Description |
|---|---|
protected StdType |
Student.stdType
学生类别 所在项目内的学生类别
|
| Modifier and Type | Method and Description |
|---|---|
StdType |
Student.getStdType() |
StdType |
Program.getStdType() |
StdType |
Squad.getStdType() |
| Modifier and Type | Method and Description |
|---|---|
Set<StdType> |
StudentScope.getStdTypes() |
List<StdType> |
Project.getStdTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Student.setStdType(StdType type) |
void |
Program.setStdType(StdType stdType) |
void |
Squad.setStdType(StdType stdType) |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setStdTypes(List<StdType> types) |
void |
StudentScope.setStdTypes(Set<StdType> stdTypes) |
Copyright © 2005–2018 The OpenURP Software. All rights reserved.