]> 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 745f41243dd28e369f8e33632c2e34b4a0762039..433b1f4a442912eceef58ad194fc4cff881c1b08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,16 +18,16 @@ package org.mxchange.jcontactsbusiness.department;
 
 import java.io.Serializable;
 import java.util.Calendar;
-import org.mxchange.jcontactsbusiness.BusinessContact;
-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
  * <p>
- * @author Roland Haeder
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Department extends Serializable {
 
@@ -36,28 +36,28 @@ public interface Department extends Serializable {
         * <p>
         * @return Connection to company contact
         */
-       BusinessContact getDepartmentCompany ();
+       BusinessBasicData getDepartmentCompany ();
 
        /**
         * Setter for connection to company contact
         * <p>
         * @param departmentCompany Connection to company contact
         */
-       void setDepartmentCompany (final BusinessContact departmentCompany);
+       void setDepartmentCompany (final BusinessBasicData departmentCompany);
 
        /**
         * Getter for connection to company headquarters
         * <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