final Contact other = (Contact) object;
- if (!Objects.equals(this.getContactId(), other.getContactId())) {
- return false;
- } else if (!Objects.equals(this.getContactCity(), other.getContactCity())) {
+ if (!Objects.equals(this.getContactCity(), other.getContactCity())) {
return false;
} else if (!Objects.equals(this.getContactEmailAddress(), other.getContactEmailAddress())) {
return false;
hash = 29 * hash + Objects.hashCode(this.getContactPersonalTitle());
hash = 29 * hash + Objects.hashCode(this.getContactHouseNumber());
hash = 29 * hash + Objects.hashCode(this.getContactHouseNumberExtension());
- hash = 29 * hash + Objects.hashCode(this.getContactId());
hash = 29 * hash + Objects.hashCode(this.getContactStreet());
hash = 29 * hash + Objects.hashCode(this.getContactTitle());