- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Order Processing System Class Diagram describes the structure of a Order Processing System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Order Processing System are Product, Customer, Order, Bill, Company, Payment.
Classes of Order Processing System Class Diagram:
- Product Class : Manage all the operations of Product
- Customer Class : Manage all the operations of Customer
- Order Class : Manage all the operations of Order
- Bill Class : Manage all the operations of Bill
- Company Class : Manage all the operations of Company
- Payment Class : Manage all the operations of Payment
Classes and their attributes of Order Processing System Class Diagram:
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Order Attributes : order_id, order_customer_id order_type, order_number, order_description
- Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
- Company Attributes : company_id, company_product_id company_name, comapny_type, company_description, company_address
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
Classes and their methods of Order Processing System Class Diagram:
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
- Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()
- Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
Class Diagram of Order Processing System :
Class Diagram Image: