- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Tourism Management System Class Diagram describes the structure of a Tourism Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Tourism Management System are Customer, Travel Agent, Package, Transportation, Booking, Hotel.
Classes of Tourism Management System Class Diagram:
- Customer Class : Manage all the operations of Customer
- Travel Agent Class : Manage all the operations of Travel Agent
- 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
Classes and their attributes of Tourism Management System Class Diagram:
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Travel Agent Attributes : travel_agent_id, travel_agent_college_id, travel_agent_name, travel_agent_mobile, travel_agent_email, travel_agent_username, travel_agent_password, travel_agent_address
- 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
Classes and their methods of Tourism Management System Class Diagram:
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Travel Agent Methods : addTravel Agent(), editTravel Agent(), deleteTravel Agent(), updateTravel Agent(), saveTravel Agent(), searchTravel Agent()
- 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()
Class Diagram of Tourism Management System :
Class Diagram Image: