]> git.mxchange.org Git - jaddressbook-core.git/blobdiff - src/org/mxchange/jaddressbook/model/addressbook/entry/AddressbookEntry.java
It is now BusinessBasicData which is merged from BusinessContact and the same class...
[jaddressbook-core.git] / src / org / mxchange / jaddressbook / model / addressbook / entry / AddressbookEntry.java
index a62c902a730c18e07b69979c7e219c10bb937452..af605a8225a68458fe62dab75ad549cd4b676cfb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * 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
@@ -20,7 +20,7 @@ import java.io.Serializable;
 import java.util.Calendar;
 import org.mxchange.jaddressbook.model.addressbook.Addressbook;
 import org.mxchange.jcontacts.contact.Contact;
-import org.mxchange.jcontactsbusiness.BusinessContact;
+import org.mxchange.jcontactsbusiness.BusinessBasicData;
 
 /**
  * A POJI for addressbook entries
@@ -48,14 +48,14 @@ public interface AddressbookEntry extends Serializable {
         * <p>
         * @return Business contact
         */
-       BusinessContact getAddressbookEntryBusinessContact ();
+       BusinessBasicData getAddressbookEntryBusinessContact ();
 
        /**
         * Setter for business contact
         * <p>
         * @param addressbookEntryBusinessContact Business contact
         */
-       void setAddressbookEntryBusinessContact (final BusinessContact addressbookEntryBusinessContact);
+       void setAddressbookEntryBusinessContact (final BusinessBasicData addressbookEntryBusinessContact);
 
        /**
         * Getter for entry created timestamp