Uses of Class
resources.Textbook

Packages that use Textbook
application   
resources   
 

Uses of Textbook in application
 

Methods in application with parameters of type Textbook
 void Schedule.addBook(Textbook book)
           
 void Schedule.removeBook(Textbook book)
           
 

Uses of Textbook in resources
 

Methods in resources that return Textbook
 Textbook SchedCourse.getTextbook()
           
 

Methods in resources with parameters of type Textbook
 void SchedCourse.setTextbook(Textbook book)