]> git.mxchange.org Git - jcontacts-business-core.git/blobdiff - src/org/mxchange/jcontactsbusiness/department/Department.java
removed double unique key
[jcontacts-business-core.git] / src / org / mxchange / jcontactsbusiness / department / Department.java
index 1615f988353308dfd233002ed5ba23ff3a316cc1..433b1f4a442912eceef58ad194fc4cff881c1b08 100644 (file)
@@ -18,11 +18,11 @@ package org.mxchange.jcontactsbusiness.department;
 
 import java.io.Serializable;
 import java.util.Calendar;
-import org.mxchange.jcontactsbusiness.branch.BranchOffice;
+import org.mxchange.jcontactsbusiness.branchoffice.BranchOffice;
 import org.mxchange.jcontactsbusiness.employee.Employee;
-import org.mxchange.jcontactsbusiness.headquarters.HeadQuartersData;
 import org.mxchange.jusercore.model.user.User;
 import org.mxchange.jcontactsbusiness.basicdata.BusinessBasicData;
+import org.mxchange.jcontactsbusiness.headquarters.HeadquartersData;
 
 /**
  * A POJI for company departments
@@ -50,14 +50,14 @@ public interface Department extends Serializable {
         * <p>
         * @return Connection to company headquarters
         */
-       HeadQuartersData getDepartentHeadquarters ();
+       HeadquartersData getDepartentHeadquarters ();
 
        /**
         * Setter for connection to company headquarters
         * <p>
         * @param departentHeadquarters Connection to company headquarters
         */
-       void setDepartentHeadquarters (final HeadQuartersData departentHeadquarters);
+       void setDepartentHeadquarters (final HeadquartersData departentHeadquarters);
 
        /**
         * Getter for connection to company branch office