]> git.mxchange.org Git - jcustomer-core.git/commit - src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 00:15:35 +0000 (01:15 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Jan 2023 00:26:16 +0000 (01:26 +0100)
commitc52d14312d26d48082e792e7cbd74836cd3d3859
tree02e7b6cd3c67af453dc7629c2b2db60a712f1d08
parent26cee6e0c3b97f5f15fb7ecee4b75f954a64dc06
Continued:
- also compare account status so you can sort a list of customers by it
- constructors, and they are private anyway, of enumerations should not throw
  exceptions and they cannot be unit-tested, too
- check all parameters, like instances not being null and throw proper
  exceptions
src/org/mxchange/jcustomercore/events/customer/created/CreatedCustomerEvent.java
src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java
src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java
src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java