Package de.h_da.library.datamanagement.entity

Class Summary
Book [entity] This entity represents a type of book, identified by authors and title (not a concrete physical book).
BookOnStock [entity] This entity represents a concrete physical book.
Customer [entity] This entity represents a customer of a library.
Loan [entity] This entity represents a concrete loan of one BookOnStock by one Customer.
Reminder [entity] This entity represents a reminder for a delayed book return.