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

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

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

+[entity] This entity represents a reminder for a delayed book return. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+private  java.util.DatedueDate + +
+          Date when the fee is to be paid.
+private  intfee + +
+          Reminder fee to be paid in Euro cents.
+private  intinvoiceId + +
+          Id of the invoice in the accounting component that was generated for the + reminder.
+private  java.util.DateissueDate + +
+          Date when the reminder was issued.
+private  Loanloan + +
+          The delayed loan that caused the reminder
+private  ReminderStatusstatus + +
+          Status of the reminder (ACTIVE, CLOSED).
+  + + + + + + + + + + +
+Constructor Summary
Reminder() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the reminder.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+dueDate

+
+private java.util.Date dueDate
+
+
Date when the fee is to be paid. +

+

+
+
+
+ +

+fee

+
+private int fee
+
+
Reminder fee to be paid in Euro cents. +

+

+
+
+
+ +

+invoiceId

+
+private int invoiceId
+
+
Id of the invoice in the accounting component that was generated for the + reminder. +

+

+
+
+
+ +

+issueDate

+
+private java.util.Date issueDate
+
+
Date when the reminder was issued. +

+

+
+
+
+ +

+loan

+
+private Loan loan
+
+
The delayed loan that caused the reminder +

+

+
+
+
+ +

+status

+
+private ReminderStatus status
+
+
Status of the reminder (ACTIVE, CLOSED). +

+

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

+Reminder

+
+public Reminder()
+
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+
+
Closes the reminder. + +
+ [pre this.status == ACTIVE
+  post this.status == CLOSED
+ ]
+ 
+

+

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