- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Travel and Travel Management System Class Diagram describes the structure of a Travel and Travel Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Travel and Travel Management System are Package, Transportation, Booking, Hotel, Tour, Customers.
Classes of Travel and Travel Management System Class Diagram:
- Package Class : Manage all the operations of Package
- Transportation Class : Manage all the operations of Transportation
- Booking Class : Manage all the operations of Booking
- Hotel Class : Manage all the operations of Hotel
- Tour Class : Manage all the operations of Tour
- Customers Class : Manage all the operations of Customers
Classes and their attributes of Travel and Travel Management System Class Diagram:
- Package Attributes : package_id, package_tour_id, package_name, package_amount, package_total, package_type, package_description
- Transportation Attributes : transportation_id, transportation_tour_id, transportation_name, vtype, vdescription
- Booking Attributes : booking_id, booking_hotel_id, booking_title, booking_type, booking_date, booking_description
- Hotel Attributes : hotel_id, hotel_name, hotel_type, hotel_rent, hotel_description, hotel_address
- Tour Attributes : tour_id, tour_agent_id, tour_customer_id, tour_name, tour_type, tour_place, tour_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
Classes and their methods of Travel and Travel Management System Class Diagram:
- Package Methods : addPackage(), editPackage(), deletePackage(), updatePackage(), savePackage(), searchPackage()
- Transportation Methods : addTransportation(), editTransportation(), deleteTransportation(), updateTransportation(), saveTransportation(), searchTransportation()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Hotel Methods : addHotel(), editHotel(), deleteHotel(), updateHotel(), saveHotel(), searchHotel()
- Tour Methods : addTour(), editTour(), deleteTour(), updateTour(), saveTour(), searchTour()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
Class Diagram of Travel and Travel Management System :
Class Diagram Image: