/**\r
* Enables isRunning attribute which singals that the client is running\r
*/\r
- public void enableIsRunning ();\r
+ public void enableIsRunning();\r
\r
/**\r
* Asks the the user to enter a single character which must match validChars\r
* \r
* @return Whether the client is still active\r
*/\r
- public boolean isRunning ();\r
+ public boolean isRunning();\r
\r
/**\r
* Shows given menu entry in client\r
/**\r
* Shows introduction to user\r
*/\r
- public void showWelcome ();\r
+ public void showWelcome();\r
\r
/**\r
* Shows current menu selection to the user\r
*/\r
- public void showCurrentMenu ();\r
+ public void showCurrentMenu();\r
}\r
* Enables the flag "own data" which signals that this contact is the user's\r
* own data.\r
*/\r
- public void enableFlagOwnContact ();\r
+ public void enableFlagOwnContact();\r
\r
/**\r
* Some "getter" for translated gender of the contact\r
* @return Translated / human-readable gender\r
*/\r
- public String getTranslatedGender ();\r
+ public String getTranslatedGender();\r
\r
/**\r
* Checks whether the contact is user's own data\r
*\r
* @return Own data?\r
*/\r
- public boolean isOwnContact ();\r
+ public boolean isOwnContact();\r
\r
/**\r
* Gender of the contact\r
*\r
* @return the gender\r
*/\r
- public char getGender ();\r
+ public char getGender();\r
\r
/**\r
* Surname\r
*\r
* @return the surname\r
*/\r
- public String getSurname ();\r
+ public String getSurname();\r
\r
/**\r
* Family name\r
*\r
* @return the familyName\r
*/\r
- public String getFamilyName ();\r
+ public String getFamilyName();\r
\r
/**\r
* Companyname\r
*\r
* @return the companyName\r
*/\r
- public String getCompanyName ();\r
+ public String getCompanyName();\r
\r
/**\r
* Street\r
*\r
* @return the street\r
*/\r
- public String getStreet ();\r
+ public String getStreet();\r
\r
/**\r
* House number\r
*\r
* @return the houseNumber\r
*/\r
- public int getHouseNumber ();\r
+ public int getHouseNumber();\r
\r
/**\r
* ZIP code\r
*\r
* @return the zipCode\r
*/\r
- public int getZipCode ();\r
+ public int getZipCode();\r
\r
/**\r
* City\r
*\r
* @return the city\r
*/\r
- public String getCity ();\r
+ public String getCity();\r
\r
/**\r
* Country code\r
*\r
* @return the countryCode\r
*/\r
- public String getCountryCode ();\r
+ public String getCountryCode();\r
\r
/**\r
* Email address\r
*\r
* @return the emailAddress\r
*/\r
- public String getEmailAddress ();\r
+ public String getEmailAddress();\r
\r
/**\r
* Phone number\r
*\r
* @return the phoneNumber\r
*/\r
- public String getPhoneNumber ();\r
+ public String getPhoneNumber();\r
\r
/**\r
* Fax number\r
*\r
* @return the faxNumber\r
*/\r
- public String getFaxNumber ();\r
+ public String getFaxNumber();\r
\r
/**\r
* Cellphone number\r
*\r
* @return the cellphoneNumber\r
*/\r
- public String getCellphoneNumber ();\r
+ public String getCellphoneNumber();\r
\r
/**\r
* Birth day\r
*\r
* @return the birthday\r
*/\r
- public String getBirthday ();\r
+ public String getBirthday();\r
\r
/**\r
* Comments\r
*\r
* @return the comment\r
*/\r
- public String getComment ();\r
+ public String getComment();\r
\r
/**\r
* Shows the contact to the user\r
/**\r
* Let the user add a new other address\r
*/\r
- public void addOtherAddress ();\r
+ public void addOtherAddress();\r
\r
/**\r
* The user can change address data, like street, ZIP code, city and country\r
/**\r
* Let the user change other address\r
*/\r
- public void changeOtherAddress ();\r
+ public void changeOtherAddress();\r
\r
/**\r
* The user can change other data, like phone numbers or comments.\r
/**\r
* Let the user change own data\r
*/\r
- public void changeOwnData ();\r
+ public void changeOwnData();\r
\r
/**\r
* Let the user delete other address\r
*/\r
- public void deleteOtherAddress ();\r
+ public void deleteOtherAddress();\r
\r
/**\r
* Asks user for own data\r
*/\r
- public void doEnterOwnData ();\r
+ public void doEnterOwnData();\r
\r
/**\r
* Getter for size\r
*\r
* @return size of contact "book"\r
*/\r
- public int size ();\r
+ public int size();\r
}\r