- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Movie Library Management System Class Diagram describes the structure of a Movie Library Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Movie Library Management System are Movie Library, Movie Type, Movie, Shows, User, Login.
Classes of Movie Library Management System Class Diagram:
- Movie Library Class : Manage all the operations of Movie Library
- Movie Type Class : Manage all the operations of Movie Type
- Movie Class : Manage all the operations of Movie
- Shows Class : Manage all the operations of Shows
- User Class : Manage all the operations of User
- Login Class : Manage all the operations of Login
Classes and their attributes of Movie Library Management System Class Diagram:
- Movie Library Attributes : movie_library_id, movie_library_name, movie_library_type, movie_library_description
- Movie Type Attributes : movie_type_id, movie_type_movie_id, movie_type_name, movie_type_description
- Movie Attributes : movie_id, movie_name, movie_language, movie_type, movie_hour, movie_description
- Shows Attributes : show_id, show_name, show_type, show_time, show_date, show_description
- User Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
Classes and their methods of Movie Library Management System Class Diagram:
- Movie Library Methods : addMovie Library(), editMovie Library(), deleteMovie Library(), updateMovie Library(), saveMovie Library(), searchMovie Library()
- Movie Type Methods : addMovie Type(), editMovie Type(), deleteMovie Type(), updateMovie Type(), saveMovie Type(), searchMovie Type()
- Movie Methods : addMovie(), editMovie(), deleteMovie(), updateMovie(), saveMovie(), searchMovie()
- Shows Methods : addShows(), editShows(), deleteShows(), updateShows(), saveShows(), searchShows()
- User Methods : addUser(), editUser(), deleteUser(), updateUser(), saveUser(), searchUser()
- Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()
Class Diagram of Movie Library Management System :
Class Diagram Image: