Class CustomerMenu

java.lang.Object
moblima.boundaries.Menu
moblima.boundaries.CustomerMenu

public class CustomerMenu extends Menu
The type Customer menu.
  • Method Details

    • getInstance

      public static CustomerMenu getInstance()
      Gets instance.
      Returns:
      the instance
    • showMenu

      public void showMenu()
      Description copied from class: Menu
      Show menu.
      Specified by:
      showMenu in class Menu
    • getCustomerMenu

      protected LinkedHashMap<String,Runnable> getCustomerMenu()
      Gets customer menu.
      Returns:
      the customer menu
    • getCurrentCustomer

      public int getCurrentCustomer()
      Gets current customer.
      Returns:
      the current customer
    • register

      public int register()
      Register int.
      Returns:
      the int
    • login

      public int login()
      Login int.
      Returns:
      the int
    • makeBooking

      public int makeBooking()
      Make booking int.
      Returns:
      the int
    • viewBookings

      public void viewBookings()
      View bookings.