]> git.mxchange.org Git - jbonuscard-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 19 Mar 2018 23:50:51 +0000 (00:50 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 19 Mar 2018 23:50:51 +0000 (00:50 +0100)
commit4269f830856a18f6c65f1ba5ced59db10bfd4de3
tree404910a51cafd5ccd2672b3cb6c2635e20d0f7c4
parent7cae5a73ec5548541256567d5ffe364e5fd510b1
Continued:
- Added Receipts.compare() which does a comparison with result as
  Comparable.compareTo() would do.
- The difference here is that this method (like all its sisters and brothers)
  are truely null-safe.
- added private constructor to IncomeUtils, no instances shall be created from
  utilities classes
- also need to compare receipt item's category and receipt instance
- updated reference to Customers utility class

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/model/bonus_card/FinancialBonusCard.java
src/org/mxchange/jfinancials/model/income/IncomeUtils.java
src/org/mxchange/jfinancials/model/receipt/Receipts.java
src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItem.java