|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.h_da.library.datamanagement.entity.Reminder
public class Reminder
[entity] This entity represents a reminder for a delayed book return.
| Field Summary | |
|---|---|
private java.util.Date |
dueDate
Date when the fee is to be paid. |
private int |
fee
Reminder fee to be paid in Euro cents. |
private int |
invoiceId
Id of the invoice in the accounting component that was generated for the reminder. |
private java.util.Date |
issueDate
Date when the reminder was issued. |
private Loan |
loan
The delayed loan that caused the reminder |
private ReminderStatus |
status
Status of the reminder (ACTIVE, CLOSED). |
| Constructor Summary | |
|---|---|
Reminder()
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the reminder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.Date dueDate
private int fee
private int invoiceId
private java.util.Date issueDate
private Loan loan
private ReminderStatus status
| Constructor Detail |
|---|
public Reminder()
| Method Detail |
|---|
public void close()
[pre this.status == ACTIVE post this.status == CLOSED ]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||