Uses of Class
org.openurp.code.edu.model.Discipline
-
Packages that use Discipline Package Description org.openurp.code.edu.model -
-
Uses of Discipline in org.openurp.code.edu.model
Methods in org.openurp.code.edu.model that return Discipline Modifier and Type Method Description DisciplineDiscipline. getParent()Methods in org.openurp.code.edu.model that return types with arguments of type Discipline Modifier and Type Method Description List<Discipline>Discipline. getChildren()Methods in org.openurp.code.edu.model with parameters of type Discipline Modifier and Type Method Description voidDiscipline. setParent(Discipline parent)Method parameters in org.openurp.code.edu.model with type arguments of type Discipline Modifier and Type Method Description voidDiscipline. setChildren(List<Discipline> children)
-