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/BookOnStock.html | 261 +++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/BookOnStock.html (limited to 'Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/BookOnStock.html') diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/BookOnStock.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/BookOnStock.html new file mode 100644 index 0000000..f659add --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/BookOnStock.html @@ -0,0 +1,261 @@ + + + + + + +BookOnStock + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.h_da.library.datamanagement.entity +
+Class BookOnStock

+
+java.lang.Object
+  extended by de.h_da.library.datamanagement.entity.BookOnStock
+
+
+
+
public class BookOnStock
extends java.lang.Object
+ + +

+[entity] This entity represents a concrete physical book. +

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+private  Bookbook + +
+          The book type (title and author)
+  + + + + + + + + + + +
+Constructor Summary
BookOnStock() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+book

+
+private Book book
+
+
The book type (title and author) +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+BookOnStock

+
+public BookOnStock()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3