]> git.mxchange.org Git - jcontacts-core.git/blobdiff - src/org/mxchange/jcontacts/contact/Contact.java
changed ZIP code to Integer (enougth)
[jcontacts-core.git] / src / org / mxchange / jcontacts / contact / Contact.java
index 6c1f583c22594b4fbc8e228afdc8caf0499f0532..89a269cd3761abcc649290f1c8b83e2e57f27bc2 100644 (file)
@@ -285,14 +285,14 @@ public interface Contact extends Serializable {
         * <p>
         * @return the zipCode
         */
-       public Long getZipCode ();
+       public Integer getZipCode ();
 
        /**
         * ZIP code
         * <p>
         * @param zipCode the zipCode to set
         */
-       public void setZipCode (final Long zipCode);
+       public void setZipCode (final Integer zipCode);
 
        /**
         * Checks whether the contact is user's own data