Signed-off-by:Roland Häder <roland@mxchange.org>
import org.mxchange.jcore.client.Client;
/**
+ * A general contact interface
*
* @author Roland Haeder
*/
*/
public String getTranslatedGender ();
- /**
- * Checks whether the contact is user's own data
- *
- * @return Own data?
- */
- public boolean isOwnContact ();
-
/**
* Gender of the contact
*
*/
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
*