]> git.mxchange.org Git - jbonuscard-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 8 Apr 2020 15:40:00 +0000 (17:40 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 8 Apr 2020 15:40:00 +0000 (17:40 +0200)
commit98838b634499adeac52627720e7b7a4cf3fd3fb2
treeb9eb2ae14e6560eaae374bae4981c878b111ec21
parentb472fc4bbfacc63f348d5a97888a3f25cf8631a3
Continued:
- added receiptSequenceNumber and receiptSellerEmployee to equals()/hashCode()
  methods as they need to be equal, too.
- added Receipts.copyAll()
- added event for updated receipt data
- added receipt_updated entity property

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/events/receipt/updated/ObservableReceiptUpdatedEvent.java [new file with mode: 0644]
src/org/mxchange/jfinancials/events/receipt/updated/ReceiptUpdatedEvent.java [new file with mode: 0644]
src/org/mxchange/jfinancials/exceptions/receipt/ReceiptNotFoundException.java
src/org/mxchange/jfinancials/model/receipt/BillableReceipt.java
src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java
src/org/mxchange/jfinancials/model/receipt/Receipts.java