- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Online Travel Portal System Class Diagram describes the structure of a Online Travel Portal System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Online Travel Portal System are Users, Registrations Customer, Cabs, Bookings, Charges, Payments.
Classes of Online Travel Portal System Class Diagram:
- Users Class : Manage all the operations of Users
- Registrations Customer Class : Manage all the operations of Registrations Customer
- Cabs Class : Manage all the operations of Cabs
- Bookings Class : Manage all the operations of Bookings
- Charges Class : Manage all the operations of Charges
- Payments Class : Manage all the operations of Payments
Classes and their attributes of Online Travel Portal System Class Diagram:
- Users Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Registrations Customer Attributes : registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Cabs Attributes : cab_id, cab_name, cab_type, cab_description
- Bookings Attributes : booking_id, booking_hotel_id, booking_title, booking_type, booking_date, booking_description
- Charges Attributes : charge_id, charge_service_id, charge_amount, charge_total, charge_type, charge_description
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
Classes and their methods of Online Travel Portal System Class Diagram:
- Users Methods : addUsers(), editUsers(), deleteUsers(), updateUsers(), saveUsers(), searchUsers()
- Registrations Customer Methods : addRegistrations Customer(), editRegistrations Customer(), deleteRegistrations Customer(), updateRegistrations Customer(), saveRegistrations Customer(), searchRegistrations Customer()
- Cabs Methods : addCabs(), editCabs(), deleteCabs(), updateCabs(), saveCabs(), searchCabs()
- Bookings Methods : addBookings(), editBookings(), deleteBookings(), updateBookings(), saveBookings(), searchBookings()
- Charges Methods : addCharges(), editCharges(), deleteCharges(), updateCharges(), saveCharges(), searchCharges()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
Class Diagram of Online Travel Portal System :
Class Diagram Image: