]> git.mxchange.org Git - jcontacts-core.git/blobdiff - src/org/mxchange/jcontacts/model/contact/Contact.java
Continued:
[jcontacts-core.git] / src / org / mxchange / jcontacts / model / contact / Contact.java
index 4eb2f5ae7e3ec914a8ff5ad6c52bebe45592dd31..2d8eea340b528106b0438be54f1b1aac0d19f15f 100644 (file)
@@ -17,7 +17,6 @@
 package org.mxchange.jcontacts.model.contact;
 
 import java.io.Serializable;
-import java.util.Calendar;
 import java.util.Date;
 import org.mxchange.jcontacts.model.contact.title.PersonalTitle;
 import org.mxchange.jcountry.model.data.Country;
@@ -121,14 +120,14 @@ public interface Contact extends Serializable {
         * <p>
         * @return "created" timestamp
         */
-       Calendar getContactCreated ();
+       Date getContactCreated ();
 
        /**
         * Setter for "created" timestamp
         * <p>
         * @param created "created" timestamp
         */
-       void setContactCreated (final Calendar created);
+       void setContactCreated (final Date created);
 
        /**
         * Email address
@@ -283,14 +282,14 @@ public interface Contact extends Serializable {
         * <p>
         * @return "updated" timestamp
         */
-       Calendar getContactUpdated ();
+       Date getContactUpdated ();
 
        /**
         * Getter for "updated" timestamp
         * <p>
         * @param updated "updated" timestamp
         */
-       void setContactUpdated (final Calendar updated);
+       void setContactUpdated (final Date updated);
 
        /**
         * ZIP code