- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Jwellary Shop Management System Class Diagram describes the structure of a Jwellary Shop Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Jwellary Shop Management System are Jwellery, Stock, Sales, Quality, Payment, Product.
Classes of Jwellary Shop Management System Class Diagram:
- Jwellery Class : Manage all the operations of Jwellery
- Stock Class : Manage all the operations of Stock
- Sales Class : Manage all the operations of Sales
- Quality Class : Manage all the operations of Quality
- Payment Class : Manage all the operations of Payment
- Product Class : Manage all the operations of Product
Classes and their attributes of Jwellary Shop Management System Class Diagram:
- Jwellery Attributes : jwellery_id, jwellery_name, jwellery_type, jwellery_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Quality Attributes : quality_id, quality_product_id, quality_category, quality_type, quality_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
Classes and their methods of Jwellary Shop Management System Class Diagram:
- Jwellery Methods : addJwellery(), editJwellery(), deleteJwellery(), updateJwellery(), saveJwellery(), searchJwellery()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Quality Methods : addQuality(), editQuality(), deleteQuality(), updateQuality(), saveQuality(), searchQuality()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
Class Diagram of Jwellary Shop Management System :
Class Diagram Image: