- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Travel Management System Class Diagram describes the structure of a Travel Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Travel Management System are Travel Agency, Customer, Cabs, Bookings, Charges, Payments.
Classes of Travel Management System Class Diagram:
- Travel Agency Class : Manage all the operations of Travel Agency
- Customer Class : Manage all the operations of 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 Travel Management System Class Diagram:
- Travel Agency Attributes : agency_id, agency_name, comapny_type, agency_description, agency_address
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- 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 Travel Management System Class Diagram:
- Travel Agency Methods : addTravel Agency(), editTravel Agency(), deleteTravel Agency(), updateTravel Agency(), saveTravel Agency(), searchTravel Agency()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- 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 Travel Management System :
Class Diagram Image: