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 --- .../doc/index-files/index-1.html | 160 +++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/index-files/index-1.html (limited to 'Master/Reference Architectures and Patterns/doc/index-files/index-1.html') diff --git a/Master/Reference Architectures and Patterns/doc/index-files/index-1.html b/Master/Reference Architectures and Patterns/doc/index-files/index-1.html new file mode 100644 index 0000000..f7d4942 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/index-files/index-1.html @@ -0,0 +1,160 @@ + + + + + + +A-Index + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +A B C D F I L M N R S T V
+

+A

+
+
Accounting - Interface in de.h_da.library.accounting.usecase
[usecase] This use case comprises the functionality of the accounting + component.
addBook(Book, int) - +Method in interface de.h_da.library.datamanagement.usecase.BookManagement +
[command] Adds a new Book object and + numberOfBooksOnStock new BookOnStock + objects to the datamanagement component. +
addBooksOnStock(int, int) - +Method in interface de.h_da.library.datamanagement.usecase.BookManagement +
[command] Creates new BookOnStock objects for an existing + Book. +
address - +Variable in class de.h_da.library.accounting.entity.Invoice +
Address where the invoice is to be sent to. +
address - +Variable in class de.h_da.library.datamanagement.entity.Customer +
Complete address of the customer including street, number, zip, city, and + country. +
amount - +Variable in class de.h_da.library.accounting.entity.Invoice +
Invoice amount in Euro cents. +
authors - +Variable in class de.h_da.library.datamanagement.entity.Book +
Authors of the book in the form [first name, surname], separated by + commas. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D F I L M N R S T V
+ + + -- cgit v1.2.3