- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Travel Agency Management System Class Diagram describes the structure of a Travel Agency Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Travel Agency Management System are Travel Agency, Customer, Cabs, Bookings, Hotels, Payments.
Classes of Travel Agency 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
- Hotels Class : Manage all the operations of Hotels
- Payments Class : Manage all the operations of Payments
Classes and their attributes of Travel Agency 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
- Hotels Attributes : hotel_id, hotel_name, hotel_type, hotel_rent, hotel_description, hotel_address
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
Classes and their methods of Travel Agency 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()
- Hotels Methods : addHotels(), editHotels(), deleteHotels(), updateHotels(), saveHotels(), searchHotels()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
Class Diagram of Travel Agency Management System :
Class Diagram Image: