- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Movie Rental System Class Diagram describes the structure of a Movie Rental System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Movie Rental System are Movie, Customer, Booking, Payment, Seats, Shows.
Classes of Movie Rental System Class Diagram:
- Movie Class : Manage all the operations of Movie
- Customer Class : Manage all the operations of Customer
- Booking Class : Manage all the operations of Booking
- Payment Class : Manage all the operations of Payment
- Seats Class : Manage all the operations of Seats
- Shows Class : Manage all the operations of Shows
Classes and their attributes of Movie Rental System Class Diagram:
- Movie Attributes : movie_id, movie_name, movie_language, movie_type, movie_hour, movie_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Seats Attributes : seat_id, seat_movie_id, seat_customer_id, seat_number, seat_type, seat_description
- Shows Attributes : show_id, show_name, show_type, show_time, show_date, show_description
Classes and their methods of Movie Rental System Class Diagram:
- Movie Methods : addMovie(), editMovie(), deleteMovie(), updateMovie(), saveMovie(), searchMovie()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Seats Methods : addSeats(), editSeats(), deleteSeats(), updateSeats(), saveSeats(), searchSeats()
- Shows Methods : addShows(), editShows(), deleteShows(), updateShows(), saveShows(), searchShows()
Class Diagram of Movie Rental System :
Class Diagram Image: