return false;
} else if (!Objects.equals(this.getHeadquarterCompanyName(), headquarter.getHeadquarterCompanyName())) {
return false;
- } else if (!Objects.equals(this.getHeadquarterContactEmployee(), headquarter.getHeadquarterContactEmployee())) {
- return false;
} else if (!Objects.equals(this.getHeadquarterCountry(), headquarter.getHeadquarterCountry())) {
return false;
} else if (!Objects.equals(this.getHeadquarterEmailAddress(), headquarter.getHeadquarterEmailAddress())) {
hash = 47 * hash + Objects.hashCode(this.getHeadquarterCity());
hash = 47 * hash + Objects.hashCode(this.getHeadquarterCompanyName());
- hash = 47 * hash + Objects.hashCode(this.getHeadquarterContactEmployee());
hash = 47 * hash + Objects.hashCode(this.getHeadquarterCountry());
hash = 47 * hash + Objects.hashCode(this.getHeadquarterEmailAddress());
hash = 47 * hash + Objects.hashCode(this.getHeadquarterFaxNumber());