Esempio n. 1
0
 public static String getHomeAddressPrompt() {
   return factory.getString(BUNDLE_PATH, 15);
 }
Esempio n. 2
0
 public static String getEmailAddressPrompt() {
   return factory.getString(BUNDLE_PATH, 16);
 }
Esempio n. 3
0
 public static String getOrderWelcomeMessage() {
   return factory.getString(BUNDLE_PATH, 13);
 }
Esempio n. 4
0
 public static String getBookIdPrompt() {
   return factory.getString(BUNDLE_PATH, 14);
 }
Esempio n. 5
0
 public static String getAuthorNamePrompt() {
   return factory.getString(BUNDLE_PATH, 11);
 }
Esempio n. 6
0
 public static String getAddBooksMessagePrompt() {
   return factory.getString(BUNDLE_PATH, 12);
 }
Esempio n. 7
0
 public static String getBookTitlePrompt() {
   return factory.getString(BUNDLE_PATH, 10);
 }
Esempio n. 8
0
 public static String getMenuErrorMessage() {
   return factory.getString(BUNDLE_PATH, 9);
 }
Esempio n. 9
0
 public static String getGoodbyeMessage() {
   return factory.getString(BUNDLE_PATH, 8);
 }
Esempio n. 10
0
 public static String getMenuPromptMessage() {
   return factory.getString(BUNDLE_PATH, 7);
 }
Esempio n. 11
0
 public static String getMenuOptionQuit() {
   return factory.getString(BUNDLE_PATH, 6);
 }