X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcontacts%2Fmodel%2Fcontact%2FContact.java;h=2d8eea340b528106b0438be54f1b1aac0d19f15f;hb=3021e333f5dad39e6037689b1b252b2ae3d775d4;hp=4eb2f5ae7e3ec914a8ff5ad6c52bebe45592dd31;hpb=ba989205464935dfb5c17cb911bfc8f3b616e59b;p=jcontacts-core.git diff --git a/src/org/mxchange/jcontacts/model/contact/Contact.java b/src/org/mxchange/jcontacts/model/contact/Contact.java index 4eb2f5a..2d8eea3 100644 --- a/src/org/mxchange/jcontacts/model/contact/Contact.java +++ b/src/org/mxchange/jcontacts/model/contact/Contact.java @@ -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 { *

* @return "created" timestamp */ - Calendar getContactCreated (); + Date getContactCreated (); /** * Setter for "created" timestamp *

* @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 { *

* @return "updated" timestamp */ - Calendar getContactUpdated (); + Date getContactUpdated (); /** * Getter for "updated" timestamp *

* @param updated "updated" timestamp */ - void setContactUpdated (final Calendar updated); + void setContactUpdated (final Date updated); /** * ZIP code