- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Order Management System Class Diagram describes the structure of a Order Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Order Management System are Product, Order, Confirm Order, update, Customer, Product Quality.
Classes of Order Management System Class Diagram:
- Product Class : Manage all the operations of Product
- Order Class : Manage all the operations of Order
- Confirm Order Class : Manage all the operations of Confirm Order
- update Class : Manage all the operations of update
- Customer Class : Manage all the operations of Customer
- Product Quality Class : Manage all the operations of Product Quality
Classes and their attributes of Order Management System Class Diagram:
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Order Attributes : order_id, order_customer_id order_type, order_number, order_description
- Confirm Order Attributes : confirm_order_id, confirm_order_customer_id confirm_order_type, confirm_order_number, confirm_order_description
- update Attributes : update_id, update_name, update_type, update_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Product Quality Attributes : quality_id, quality_product_id, quality_category, quality_type, quality_description
Classes and their methods of Order Management System Class Diagram:
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
- Confirm Order Methods : addConfirm Order(), editConfirm Order(), deleteConfirm Order(), updateConfirm Order(), saveConfirm Order(), searchConfirm Order()
- update Methods : addupdate(), editupdate(), deleteupdate(), updateupdate(), saveupdate(), searchupdate()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Product Quality Methods : addProduct Quality(), editProduct Quality(), deleteProduct Quality(), updateProduct Quality(), saveProduct Quality(), searchProduct Quality()
Class Diagram of Order Management System :
Class Diagram Image: