Uses of Class
de.h_da.library.datamanagement.entity.Customer

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

Uses of Customer in de.h_da.library.datamanagement.entity
 

Fields in de.h_da.library.datamanagement.entity declared as Customer
private  Customer Loan.customer
          Customer who borrows the book.
 

Uses of Customer in de.h_da.library.registration.usecase
 

Methods in de.h_da.library.registration.usecase with parameters of type Customer
 void Registration.modifyRestistration(Customer customer)
          Modifies the data of an already registered customer
 int Registration.register(Customer customer)
          [command] Registers a new customer and generates an invoice for the registration fee.