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 --- .../de/h_da/library/accounting/entity/Invoice.html | 363 +++++++++++++++++++++ .../accounting/entity/class-use/Invoice.html | 138 ++++++++ .../library/accounting/entity/package-frame.html | 32 ++ .../library/accounting/entity/package-summary.html | 154 +++++++++ .../library/accounting/entity/package-tree.html | 147 +++++++++ .../library/accounting/entity/package-use.html | 138 ++++++++ 6 files changed, 972 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/Invoice.html create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/class-use/Invoice.html create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-use.html (limited to 'Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity') diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/Invoice.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/Invoice.html new file mode 100644 index 0000000..b34a31f --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/Invoice.html @@ -0,0 +1,363 @@ + + + + + + +Invoice + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.h_da.library.accounting.entity +
+Class Invoice

+
+java.lang.Object
+  extended by de.h_da.library.accounting.entity.Invoice
+
+
+
+
public class Invoice
extends java.lang.Object
+ + +

+[entity] + + This entity represents an invoice, managed by the accounting component. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+private  java.lang.Stringaddress + +
+          Address where the invoice is to be sent to.
+private  intamount + +
+          Invoice amount in Euro cents.
+private  java.util.Datedate + +
+          Issuing date of the invoice.
+private  java.lang.Stringname + +
+          Name of the invoice's recipient.
+private  InvoiceStatusstatus + +
+          SENT, PAID.
+private  java.lang.Stringsubject + +
+          Reason for the invoice.
+  + + + + + + + + + + +
+Constructor Summary
Invoice() + +
+           
+  + + + + + + + +
+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
+
+
Address where the invoice is to be sent to. +

+

+
+
+
+ +

+amount

+
+private int amount
+
+
Invoice amount in Euro cents. +

+

+
+
+
+ +

+date

+
+private java.util.Date date
+
+
Issuing date of the invoice. +

+

+
+
+
+ +

+name

+
+private java.lang.String name
+
+
Name of the invoice's recipient. +

+

+
+
+
+ +

+status

+
+private InvoiceStatus status
+
+
SENT, PAID. +

+

+
+
+
+ +

+subject

+
+private java.lang.String subject
+
+
Reason for the invoice. +

+

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

+Invoice

+
+public Invoice()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/class-use/Invoice.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/class-use/Invoice.html new file mode 100644 index 0000000..4792693 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/class-use/Invoice.html @@ -0,0 +1,138 @@ + + + + + + +Uses of Class de.h_da.library.accounting.entity.Invoice + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.h_da.library.accounting.entity.Invoice

+
+No usage of de.h_da.library.accounting.entity.Invoice +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-frame.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-frame.html new file mode 100644 index 0000000..030b749 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +de.h_da.library.accounting.entity + + + + + + + + + + + +de.h_da.library.accounting.entity + + + + +
+Classes  + +
+Invoice
+ + + + diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-summary.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-summary.html new file mode 100644 index 0000000..550e823 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +de.h_da.library.accounting.entity + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.h_da.library.accounting.entity +

+ + + + + + + + + +
+Class Summary
Invoice[entity] + + This entity represents an invoice, managed by the accounting component.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-tree.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-tree.html new file mode 100644 index 0000000..7dfb7d5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +de.h_da.library.accounting.entity Class Hierarchy + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.h_da.library.accounting.entity +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-use.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-use.html new file mode 100644 index 0000000..bac0125 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/accounting/entity/package-use.html @@ -0,0 +1,138 @@ + + + + + + +Uses of Package de.h_da.library.accounting.entity + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.h_da.library.accounting.entity

+
+No usage of de.h_da.library.accounting.entity +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3