]> git.mxchange.org Git - jcustomer-core.git/commitdiff
renamed getter/setter (naming convention)
authorRoland Häder <roland@mxchange.org>
Mon, 25 Apr 2016 10:42:24 +0000 (12:42 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 25 Apr 2016 10:42:24 +0000 (12:42 +0200)
src/org/mxchange/jcustomercore/model/customer/Customer.java

index 804a20879ae711bc32abe4f1b40f2b4da34a7b3b..acbad7e07f9e4249172922573c2902b74a01bb72 100644 (file)
@@ -40,14 +40,14 @@ public interface Customer extends Serializable {
         * <p>
         * @return Contact id number
         */
-       Contact getContact ();
+       Contact getCustomerContact ();
 
        /**
         * Setter for contact instance
         * <p>
-        * @param contact Contact instance
+        * @param customerContact Contact instance
         */
-       void setContact (final Contact contact);
+       void setCustomerContact (final Contact customerContact);
 
        /**
         * Getter for confirmation key