- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
CD DVD Library Management System Class Diagram describes the structure of a CD DVD Library Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the CD DVD Library Management System are CD DVD, Movies, Songs, Customer, Sales, Booking.
Classes of CD DVD Library Management System Class Diagram:
- CD DVD Class : Manage all the operations of CD DVD
- Movies Class : Manage all the operations of Movies
- Songs Class : Manage all the operations of Songs
- Customer Class : Manage all the operations of Customer
- Sales Class : Manage all the operations of Sales
- Booking Class : Manage all the operations of Booking
Classes and their attributes of CD DVD Library Management System Class Diagram:
- CD DVD Attributes : cd_dvd_id, cd_dvd_movie_id, cd_dvd_songs_id, cd_dvd_name, cd_dvd_type, cd_dvd_description
- Movies Attributes : movie_id, movie_name, movie_language, movie_type, movie_hour, movie_description
- Songs Attributes : song_id, song_name, song_language, song_type, song_hour, song_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Booking Attributes : booking_id, booking_title, booking_type, booking_ticket, booking_date, booking_description
Classes and their methods of CD DVD Library Management System Class Diagram:
- CD DVD Methods : addCD DVD(), editCD DVD(), deleteCD DVD(), updateCD DVD(), saveCD DVD(), searchCD DVD()
- Movies Methods : addMovies(), editMovies(), deleteMovies(), updateMovies(), saveMovies(), searchMovies()
- Songs Methods : addSongs(), editSongs(), deleteSongs(), updateSongs(), saveSongs(), searchSongs()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Booking Methods : addBooking(), editBooking(), deleteBooking(), updateBooking(), saveBooking(), searchBooking()
Class Diagram of CD DVD Library Management System :
Class Diagram Image: