return false;
} else if (!Objects.equals(this.getBonusCardCustomer(), other.getBonusCardCustomer())) {
return false;
+ } else if (!Objects.equals(this.getBonusCardId(), other.getBonusCardId())) {
+ return false;
} else if (!Objects.equals(this.getBonusCardIssuer(), other.getBonusCardIssuer())) {
return false;
} else if (!Objects.equals(this.getBonusCardNumber(), other.getBonusCardNumber())) {
hash = 13 * hash + Objects.hashCode(this.getBonusCardBarCode());
hash = 13 * hash + Objects.hashCode(this.getBonusCardContact());
hash = 13 * hash + Objects.hashCode(this.getBonusCardCustomer());
+ hash = 13 * hash + Objects.hashCode(this.getBonusCardId());
hash = 13 * hash + Objects.hashCode(this.getBonusCardIssuer());
hash = 13 * hash + Objects.hashCode(this.getBonusCardNumber());
hash = 13 * hash + Objects.hashCode(this.getBonusCardPartner());