- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Product Supply Management System Class Diagram describes the structure of a Product Supply Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Product Supply Management System are Product, Supply, Delivery, Stocks, Inventory, Accounts.
Classes of Product Supply Management System Class Diagram:
- Product Class : Manage all the operations of Product
- Supply Class : Manage all the operations of Supply
- Delivery Class : Manage all the operations of Delivery
- Stocks Class : Manage all the operations of Stocks
- Inventory Class : Manage all the operations of Inventory
- Accounts Class : Manage all the operations of Accounts
Classes and their attributes of Product Supply Management System Class Diagram:
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Supply Attributes : supply_id, supply_product_id, supply_name, supply_type, supply_description
- Delivery Attributes : delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
- Stocks Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Accounts Attributes : account_id, account_customer_id, account_number, account_type, account_balance, account_description
Classes and their methods of Product Supply Management System Class Diagram:
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Supply Methods : addSupply(), editSupply(), deleteSupply(), updateSupply(), saveSupply(), searchSupply()
- Delivery Methods : addDelivery(), editDelivery(), deleteDelivery(), updateDelivery(), saveDelivery(), searchDelivery()
- Stocks Methods : addStocks(), editStocks(), deleteStocks(), updateStocks(), saveStocks(), searchStocks()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Accounts Methods : addAccounts(), editAccounts(), deleteAccounts(), updateAccounts(), saveAccounts(), searchAccounts()
Class Diagram of Product Supply Management System :
Class Diagram Image: