From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../library/datamanagement/entity/Customer.html | 283 +++++++++++++++++++++ 1 file changed, 283 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/Customer.html (limited to 'Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/Customer.html') diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/Customer.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/Customer.html new file mode 100644 index 0000000..9f10d98 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/Customer.html @@ -0,0 +1,283 @@ + + + + + + +Customer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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.Stringaddress + +
+          Complete address of the customer including street, number, zip, city, and + country.
+private  java.lang.Stringname + +
+          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()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3