Package trial.gaurav.customer


package trial.gaurav.customer
  • Class
    Description
    The `AddCustomerAction` class represents an action to add a new customer to the customer records.
    Unit test for simple App.
    The `Customer` class represents a customer with a unique ID, a name, and an age.
    The `CustomerApp` class is the entry point of the customer management application.
    The `CustomerFinder` class represents a comparator to find a customer with a specific ID in a linked list of customers.
     
    The `CustomerMenu` class represents a menu specific to customer management.
    The `CustomerRecordIo` interface provides a contract for classes that handle customer record input and output operations.
    The `DeleteCustomerAction` class represents an action to delete a customer from the customer records.
    The `ViewAllCustomersAction` class represents an action to view all customers from the customer records.
    The `ViewCustomerAction` class represents an action to view a specific customer from the customer records.