X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjshopcore%2Fmodel%2Fcustomer%2FCustomer.java;h=d2bd2b356744ba42ad66cdb9e0eb3bd971be99c9;hb=2f41e66470201a3057be8757cc53f737d53e2c82;hp=9ac6ae6f4ccf33d1116783cf4a47384138ac0d80;hpb=80eee84d787083c03bb779742ad94bc7aba20dda;p=jproduct-core.git diff --git a/src/org/mxchange/jshopcore/model/customer/Customer.java b/src/org/mxchange/jshopcore/model/customer/Customer.java index 9ac6ae6..d2bd2b3 100644 --- a/src/org/mxchange/jshopcore/model/customer/Customer.java +++ b/src/org/mxchange/jshopcore/model/customer/Customer.java @@ -146,4 +146,10 @@ public interface Customer extends Serializable { * @param customerStatus Account status */ void setCustomerAccountStatus (final CustomerAccountStatus customerStatus); + + @Override + boolean equals (final Object object); + + @Override + int hashCode (); }