Uses of Class
org.openurp.edu.program.model.ProgramDocSection
-
Packages that use ProgramDocSection Package Description org.openurp.edu.program.model -
-
Uses of ProgramDocSection in org.openurp.edu.program.model
Methods in org.openurp.edu.program.model that return ProgramDocSection Modifier and Type Method Description ProgramDocSectionProgramDocSection. getParent()Methods in org.openurp.edu.program.model that return types with arguments of type ProgramDocSection Modifier and Type Method Description List<ProgramDocSection>ProgramDocSection. getChildren()List<ProgramDocSection>ProgramDoc. getSections()Methods in org.openurp.edu.program.model with parameters of type ProgramDocSection Modifier and Type Method Description voidProgramDocSection. setParent(ProgramDocSection parent)Method parameters in org.openurp.edu.program.model with type arguments of type ProgramDocSection Modifier and Type Method Description voidProgramDocSection. setChildren(List<ProgramDocSection> children)voidProgramDoc. setSections(List<ProgramDocSection> sections)
-