]> git.mxchange.org Git - addressbook-swing.git/blobdiff - src/org/mxchange/addressbook/client/AddressbookClient.java
Updated copyright year
[addressbook-swing.git] / src / org / mxchange / addressbook / client / AddressbookClient.java
index b86cde91aa1d11a62679f4e4955536a59b4785d9..6498c4c3493e821496339648a80a380af1a12382 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 - 2020 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ package org.mxchange.addressbook.client;
 
 import org.mxchange.addressbook.menu.item.SelectableMenuItem;
 import org.mxchange.jcontacts.contact.Contact;
-import org.mxchange.jcontacts.contact.gender.Gender;
+import org.mxchange.jcontacts.contact.title.PersonalTitle;
 import org.mxchange.jcore.client.Client;
 import org.mxchange.jcore.exceptions.MenuInitializationException;
 import org.mxchange.jcore.exceptions.UnhandledUserChoiceException;
@@ -26,7 +26,7 @@ import org.mxchange.jcore.exceptions.UnhandledUserChoiceException;
 /**
  * A special client interface for addressbook applications.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Hรคder<roland@mxchange.org>
  */
 public interface AddressbookClient extends Client {
 
@@ -106,13 +106,13 @@ public interface AddressbookClient extends Client {
        char enterChar (final char[] validChars, final String message);
 
        /**
-        * Asks the user to enter his/her gender (M=Male, F=Female, C=Company)
+        * Asks the user to enter his/her personal title (M=Male, F=Female, C=Company)
         * <p>
         * @param message Message to output
         * <p>
-        * @return Gender enum
+        * @return PersonalTitle enum
         */
-       Gender enterGender (final String message);
+       PersonalTitle enterPersonalTitle (final String message);
 
        /**
         * Reads an integer (int) from the user