import org.mxchange.jcoreutils.Comparables;
import org.mxchange.jcustomercore.model.customer.ContactCustomer;
import org.mxchange.jcustomercore.model.customer.Customer;
-import org.mxchange.jcustomercore.model.customer.Customers;
+import org.mxchange.jcustomercore.model.utils.CustomerUtils;
/**
* A POJO (entity) for bonus cards
// ... next by bar code
StringUtils.compare(this.getBonusCardBarCode(), bonusCard.getBonusCardBarCode()),
// ... customer data
- Customers.compare(this.getBonusCardCustomer(), bonusCard.getBonusCardCustomer()),
+ CustomerUtils.compare(this.getBonusCardCustomer(), bonusCard.getBonusCardCustomer()),
// ... contact data (card holder)
ContactUtils.compare(this.getBonusCardContact(), bonusCard.getBonusCardContact()),
// ... issuing company data