- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Computer Shop Management System Class Diagram describes the structure of a Computer Shop Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Computer Shop Management System are Computer, Laptops, Parts, Customers, Warranty, Repairs.
Classes of Computer Shop Management System Class Diagram:
- Computer Class : Manage all the operations of Computer
- Laptops Class : Manage all the operations of Laptops
- Parts Class : Manage all the operations of Parts
- Customers Class : Manage all the operations of Customers
- Warranty Class : Manage all the operations of Warranty
- Repairs Class : Manage all the operations of Repairs
Classes and their attributes of Computer Shop Management System Class Diagram:
- Computer Attributes : computer_id, computer_customer_id, computer_price, computer_company computer_type, computer_description
- Laptops Attributes : laptop_id, laptop_customer_id, laptop_price, laptop_company laptop_type, laptop_description
- Parts Attributes : part_id, part_computer_id, part_name, part_type, part_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Warranty Attributes : warranty_id, warranty_computer_id, warranty_type, warranty_description
- Repairs Attributes : repair_id, repair_customer_id, repair_computer_id, repai_bill, repair_type, repair_description
Classes and their methods of Computer Shop Management System Class Diagram:
- Computer Methods : addComputer(), editComputer(), deleteComputer(), updateComputer(), saveComputer(), searchComputer()
- Laptops Methods : addLaptops(), editLaptops(), deleteLaptops(), updateLaptops(), saveLaptops(), searchLaptops()
- Parts Methods : addParts(), editParts(), deleteParts(), updateParts(), saveParts(), searchParts()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Warranty Methods : addWarranty(), editWarranty(), deleteWarranty(), updateWarranty(), saveWarranty(), searchWarranty()
- Repairs Methods : addRepairs(), editRepairs(), deleteRepairs(), updateRepairs(), saveRepairs(), searchRepairs()
Class Diagram of Computer Shop Management System :
Class Diagram Image: