]> git.mxchange.org Git - jcore.git/commitdiff
Moved interface member as it is a non-data setting/getting method
authorRoland Haeder <roland@mxchange.org>
Thu, 6 Aug 2015 13:13:54 +0000 (15:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 6 Aug 2015 13:13:54 +0000 (15:13 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/contact/Contact.java

index 7cd1373d41ad76a36877c86e4137499b941cefc3..974db669f51bfb362d9c40c06f99cd09493f346f 100644 (file)
@@ -20,6 +20,7 @@ import org.mxchange.jcore.FrameworkInterface;
 import org.mxchange.jcore.client.Client;
 
 /**
+ * A general contact interface
  *
  * @author Roland Haeder
  */
@@ -32,13 +33,6 @@ public interface Contact extends FrameworkInterface {
         */
        public String getTranslatedGender ();
 
-       /**
-        * Checks whether the contact is user's own data
-        *
-        * @return Own data?
-        */
-       public boolean isOwnContact ();
-
        /**
         * Gender of the contact
         *
@@ -249,6 +243,13 @@ public interface Contact extends FrameworkInterface {
         */
        public void setComment (final String comment);
 
+       /**
+        * Checks whether the contact is user's own data
+        *
+        * @return Own data?
+        */
+       public boolean isOwnContact ();
+
        /**
         * Shows the contact to the user
         *