]> git.mxchange.org Git - jcustomer-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 18 Mar 2018 23:14:45 +0000 (00:14 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 18 Mar 2018 23:14:45 +0000 (00:14 +0100)
commit2caf8450d9922e6aec0eb865c9e4691655f8619c
treea627c1d3ee7e8e7d771478d5988310018a99cb30
parent154fe43bc6346bc479310a503fa7e1a6d0e63448
Continued:
- renamed CustomerUtils -> Customers
- implemented Comparable
- added compare() method for easy null-safe comparison
- moved copyAll() to Customers utilities class

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java
src/org/mxchange/jcustomercore/model/customer/Customer.java
src/org/mxchange/jcustomercore/utils/CustomerUtils.java [deleted file]
src/org/mxchange/jcustomercore/utils/Customers.java [new file with mode: 0644]