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

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

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

+[entity] This entity represents a type of book, identified by authors and + title (not a concrete physical book). +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+private  java.lang.Stringauthors + +
+          Authors of the book in the form [first name, surname], separated by + commas.
+private  java.lang.Stringtitle + +
+          Title of the book including subtitles (if existing).
+  + + + + + + + + + + +
+Constructor Summary
Book() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+authors

+
+private java.lang.String authors
+
+
Authors of the book in the form [first name, surname], separated by + commas. +

+

+
+
+
+ +

+title

+
+private java.lang.String title
+
+
Title of the book including subtitles (if existing). +

+

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

+Book

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