- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Supply Chain Management System Class Diagram describes the structure of a Supply Chain Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Supply Chain Management System are Supply Chain, Customer, Product, Company, Order, Supplier.
Classes of Supply Chain Management System Class Diagram:
- Supply Chain Class : Manage all the operations of Supply Chain
- Customer Class : Manage all the operations of Customer
- Product Class : Manage all the operations of Product
- Company Class : Manage all the operations of Company
- Order Class : Manage all the operations of Order
- Supplier Class : Manage all the operations of Supplier
Classes and their attributes of Supply Chain Management System Class Diagram:
- Supply Chain Attributes : supply_chain_id, supply_chain_product_id, supply_chain_name, supply_chain_type, supply_chain_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Company Attributes : company_id, company_name, comapny_type, company_description, company_address
- Order Attributes : order_id, order_customer_id order_type, order_number, order_description
- Supplier Attributes : supplier_id, supplier_name, supplier_mobile, supplier_email, supplier_username, supplier_password, supplier_address
Classes and their methods of Supply Chain Management System Class Diagram:
- Supply Chain Methods : addSupply Chain(), editSupply Chain(), deleteSupply Chain(), updateSupply Chain(), saveSupply Chain(), searchSupply Chain()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
- Supplier Methods : addSupplier(), editSupplier(), deleteSupplier(), updateSupplier(), saveSupplier(), searchSupplier()
Class Diagram of Supply Chain Management System :
Class Diagram Image: