A B C F G I L M P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addBook(LibraryBook) - Method in class library.Library
-
adds the given book to the library
- author - Variable in class library.Book
B
- Book - Class in library
-
Basic Book class for all types of books information includes author, title, and ISBN
C
- checkout(String, String) - Method in class library.CirculatingBook
-
check out book by recording parameter information
- checkout(String, String) - Method in class library.ReferenceBook
- checkout(String, String, String) - Method in class library.Library
-
performs processing for checking a book out of the library
- CirculatingBook - Class in library
- circulationStatus() - Method in class library.CirculatingBook
- circulationStatus() - Method in class library.ReferenceBook
F
- findBook(LibraryBook) - Method in class library.Library
-
locates a book in the library
G
- getAuthor() - Method in class library.Book
-
standard getters and setters
- getCollection() - Method in class library.ReferenceBook
-
class getters and setters
- getIsbn() - Method in class library.Book
- getTitle() - Method in class library.Book
I
L
M
- main(String[]) - Static method in class library.Library
-
main testing program
P
- printLibrary() - Method in class library.Library
-
prints all books in the library
R
- ReferenceBook - Class in library
- returned() - Method in class library.CirculatingBook
-
record that book has been returned
- returned() - Method in class library.ReferenceBook
- returned(String) - Method in class library.Library
-
processes checked-out book that is being returned
S
- setAuthor(String) - Method in class library.Book
- setCollection(String) - Method in class library.ReferenceBook
- setIsbn(String) - Method in class library.Book
- setTitle(String) - Method in class library.Book
- sortLibrary() - Method in class library.Library
-
sort books in the library by call number
T
- title - Variable in class library.Book
- toString() - Method in class library.Book
- toString() - Method in class library.ReferenceBook
-
add circulation to object representing the string
All Classes All Packages