- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Garment Shop Automation Class Diagram describes the structure of a Garment Shop Automation classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Garment Shop Automation are Garments, Sales, Customers, Brands, Inventory, Stocks.
Classes of Garment Shop Automation Class Diagram:
- Garments Class : Manage all the operations of Garments
- Sales Class : Manage all the operations of Sales
- Customers Class : Manage all the operations of Customers
- Brands Class : Manage all the operations of Brands
- Inventory Class : Manage all the operations of Inventory
- Stocks Class : Manage all the operations of Stocks
Classes and their attributes of Garment Shop Automation Class Diagram:
- Garments Attributes : garment_id, garment_brand_id, garment_name, garment_quality, garment_type, garment_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Brands Attributes : brand_id, brand_name, brand_company, brand_type, brand_description
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Stocks Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
Classes and their methods of Garment Shop Automation Class Diagram:
- Garments Methods : addGarments(), editGarments(), deleteGarments(), updateGarments(), saveGarments(), searchGarments()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Brands Methods : addBrands(), editBrands(), deleteBrands(), updateBrands(), saveBrands(), searchBrands()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Stocks Methods : addStocks(), editStocks(), deleteStocks(), updateStocks(), saveStocks(), searchStocks()
Class Diagram of Garment Shop Automation :
Class Diagram Image: