Uses of Class
org.openurp.edu.base.model.Textbook
-
Packages that use Textbook Package Description org.openurp.edu.base.model org.openurp.edu.clazz.model -
-
Uses of Textbook in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return types with arguments of type Textbook Modifier and Type Method Description Set<Textbook>Course. getTextbooks()Method parameters in org.openurp.edu.base.model with type arguments of type Textbook Modifier and Type Method Description voidCourse. setTextbooks(Set<Textbook> textbooks) -
Uses of Textbook in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return types with arguments of type Textbook Modifier and Type Method Description List<Textbook>Material. getBooks()Methods in org.openurp.edu.clazz.model with parameters of type Textbook Modifier and Type Method Description booleanMaterial. addBook(Textbook book)booleanMaterial. removeBook(Textbook book)Method parameters in org.openurp.edu.clazz.model with type arguments of type Textbook Modifier and Type Method Description booleanMaterial. addBooks(Collection<Textbook> textbooks)booleanMaterial. removeBooks(Collection<Textbook> textbooks)voidMaterial. setBooks(List<Textbook> books)
-