From: Roland Haeder Date: Thu, 6 Aug 2015 13:13:54 +0000 (+0200) Subject: Moved interface member as it is a non-data setting/getting method X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e072521d42534c2e625f0804c24c16da611e2cb3;p=jcore.git Moved interface member as it is a non-data setting/getting method Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/jcore/contact/Contact.java b/src/org/mxchange/jcore/contact/Contact.java index 7cd1373..974db66 100644 --- a/src/org/mxchange/jcore/contact/Contact.java +++ b/src/org/mxchange/jcore/contact/Contact.java @@ -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 *