]> git.mxchange.org Git - jcontacts-core.git/blobdiff - src/org/mxchange/jcontacts/contact/Contact.java
Auto-formatted whole project
[jcontacts-core.git] / src / org / mxchange / jcontacts / contact / Contact.java
index 6c1f583c22594b4fbc8e228afdc8caf0499f0532..1ecef44d51de5d1266ae5ac0bf6dbad075cc326b 100644 (file)
@@ -91,20 +91,6 @@ public interface Contact extends Serializable {
         */
        public void setComment (final String comment);
 
-       /**
-        * Company name
-        * <p>
-        * @return the companyName
-        */
-       public String getCompanyName ();
-
-       /**
-        * Company name
-        * <p>
-        * @param companyName the companyName to set
-        */
-       public void setCompanyName (final String companyName);
-
        /**
         * Id number
         * <p>
@@ -285,14 +271,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