de.h_da.library.datamanagement.entity
Class Customer

java.lang.Object
  extended by de.h_da.library.datamanagement.entity.Customer

public class Customer
extends java.lang.Object

[entity] This entity represents a customer of a library.


Field Summary
private  java.lang.String address
          Complete address of the customer including street, number, zip, city, and country.
private  java.lang.String name
          First name and surname of the customer.
 
Constructor Summary
Customer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

private java.lang.String address
Complete address of the customer including street, number, zip, city, and country.


name

private java.lang.String name
First name and surname of the customer.

Constructor Detail

Customer

public Customer()