A B C D F I L M N R S T V

B

Book - Class in de.h_da.library.datamanagement.entity
[entity] This entity represents a type of book, identified by authors and title (not a concrete physical book).
Book() - Constructor for class de.h_da.library.datamanagement.entity.Book
 
book - Variable in class de.h_da.library.datamanagement.entity.BookOnStock
The book type (title and author)
BookManagement - Interface in de.h_da.library.datamanagement.usecase
[usecase] This use case comprises all functionality used by library staff to administer the book stock.
BookOnStock - Class in de.h_da.library.datamanagement.entity
[entity] This entity represents a concrete physical book.
BookOnStock() - Constructor for class de.h_da.library.datamanagement.entity.BookOnStock
 
bookOnStock - Variable in class de.h_da.library.datamanagement.entity.Loan
Concrete book instance that is being borrowed.
borrowBook(int, int) - Method in interface de.h_da.library.borrowing.usecase.Borrowing
[command] Generates a new Loan object.
Borrowing - Interface in de.h_da.library.borrowing.usecase
[usecase] This use case comprises all library customer functionality for borrowing and returning books.

A B C D F I L M N R S T V