// ... suite number ...
SafeNumberUtils.compare(this.getBranchSuiteNumber(), branchOffice.getBranchSuiteNumber()),
// ... owning user
-UserUtils.compare(this.getBranchUserOwner(), branchOffice.getBranchUserOwner())
+ UserUtils.compare(this.getBranchUserOwner(), branchOffice.getBranchUserOwner())
};
// Check all values
import org.mxchange.jcontactsbusiness.model.headquarter.Headquarter;
import org.mxchange.jcontactsbusiness.model.jobposition.EmployeePosition;
import org.mxchange.jcontactsbusiness.model.jobposition.HireableJobPosition;
-import org.mxchange.jcontactsbusiness.model.utils.JobPositionUtils;
import org.mxchange.jcontactsbusiness.model.utils.BasicDataUtils;
import org.mxchange.jcontactsbusiness.model.utils.BranchOfficeUtils;
import org.mxchange.jcontactsbusiness.model.utils.DepartmentUtils;
import org.mxchange.jcontactsbusiness.model.utils.HeadquarterUtils;
+import org.mxchange.jcontactsbusiness.model.utils.JobPositionUtils;
import org.mxchange.jcoreutils.comparable.ComparableUtils;
import org.mxchange.jphone.model.phonenumbers.mobile.DialableMobileNumber;
import org.mxchange.jphone.model.phonenumbers.mobile.MobileNumber;
// ... company data (BasicData)
BasicDataUtils.compare(this.getEmployeeBasicData(), employable.getEmployeeBasicData()),
// ... job position
-JobPositionUtils.compare(this.getEmployeeJobPosition(), employable.getEmployeeJobPosition()),
+ JobPositionUtils.compare(this.getEmployeeJobPosition(), employable.getEmployeeJobPosition()),
// ... department
DepartmentUtils.compare(this.getEmployeeDepartment(), employable.getEmployeeDepartment()),
// ... branch office