Uses of Package
de.h_da.library.datamanagement.entity

Packages that use de.h_da.library.datamanagement.entity
de.h_da.library.datamanagement.entity   
de.h_da.library.datamanagement.usecase   
de.h_da.library.registration.usecase   
 

Classes in de.h_da.library.datamanagement.entity used by de.h_da.library.datamanagement.entity
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.
 

Classes in de.h_da.library.datamanagement.entity used by de.h_da.library.datamanagement.usecase
Book
          [entity] This entity represents a type of book, identified by authors and title (not a concrete physical book).
 

Classes in de.h_da.library.datamanagement.entity used by de.h_da.library.registration.usecase
Customer
          [entity] This entity represents a customer of a library.