- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
College Management System Class Diagram describes the structure of a College Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the College Management System are Library, Books, Students, Issues, Managers, Branch.
Classes of College Management System Class Diagram:
- Library Class : Manage all the operations of Library
- Books Class : Manage all the operations of Books
- Students Class : Manage all the operations of Students
- Issues Class : Manage all the operations of Issues
- Managers Class : Manage all the operations of Managers
- Branch Class : Manage all the operations of Branch
Classes and their attributes of College Management System Class Diagram:
- Library Attributes : library_id, library_book_id, library_name, library_branch, library_place, library_type, library_description
- Books Attributes : book_id, book_student_id, book_name, book_author, book_publication_date, book_type, book_price, book_description
- Students Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Issues Attributes : issue_id, issue_book_id, issue_student_id, issue_date, issue_renewl, issue_expiry, issue_description
- Managers Attributes : manager_id, manager_library_id, manager_name, manager_mobile, manager_email, manager_username, manager_password, manager_address
- Branch Attributes : branch_id, branch_name, branch_type, branch_city, branch_address
Classes and their methods of College Management System Class Diagram:
- Library Methods : addLibrary(), editLibrary(), deleteLibrary(), updateLibrary(), saveLibrary(), searchLibrary()
- Books Methods : addBooks(), editBooks(), deleteBooks(), updateBooks(), saveBooks(), searchBooks()
- Students Methods : addStudents(), editStudents(), deleteStudents(), updateStudents(), saveStudents(), searchStudents()
- Issues Methods : addIssues(), editIssues(), deleteIssues(), updateIssues(), saveIssues(), searchIssues()
- Managers Methods : addManagers(), editManagers(), deleteManagers(), updateManagers(), saveManagers(), searchManagers()
- Branch Methods : addBranch(), editBranch(), deleteBranch(), updateBranch(), saveBranch(), searchBranch()
Class Diagram of College Management System :
Class Diagram Image: