- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Library Inventory System Class Diagram describes the structure of a Library Inventory System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Library Inventory System are Student, Store, Category, Author, Member, Address.
Classes of Library Inventory System Class Diagram:
- Student Class : Manage all the operations of Student
- Store Class : Manage all the operations of Store
- Category Class : Manage all the operations of Category
- Author Class : Manage all the operations of Author
- Member Class : Manage all the operations of Member
- Address Class : Manage all the operations of Address
Classes and their attributes of Library Inventory System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Store Attributes : store_id, store_name, store_type, store_description
- Category Attributes : category_id, category_name, category_type, category_description
- Author Attributes : author_id, author_name, author_mobile, author_email, author_username, author_password, author_address
- Member Attributes : memeber_id, memeber_name, memeber_mobile, memeber_email, memeber_username, memeber_password, memeber_address
- Address Attributes : address_id, address_student_id, address_place, address_type, address_description
Classes and their methods of Library Inventory System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Store Methods : addStore(), editStore(), deleteStore(), updateStore(), saveStore(), searchStore()
- Category Methods : addCategory(), editCategory(), deleteCategory(), updateCategory(), saveCategory(), searchCategory()
- Author Methods : addAuthor(), editAuthor(), deleteAuthor(), updateAuthor(), saveAuthor(), searchAuthor()
- Member Methods : addMember(), editMember(), deleteMember(), updateMember(), saveMember(), searchMember()
- Address Methods : addAddress(), editAddress(), deleteAddress(), updateAddress(), saveAddress(), searchAddress()
Class Diagram of Library Inventory System :
Class Diagram Image: