- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Shopping Cart Class Diagram describes the structure of a Shopping Cart classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Shopping Cart are Shopping, Shopping Cart, Order, Payment, Product, Delivery.
Classes of Shopping Cart Class Diagram:
- Shopping Class : Manage all the operations of Shopping
- Shopping Cart Class : Manage all the operations of Shopping Cart
- Order Class : Manage all the operations of Order
- Payment Class : Manage all the operations of Payment
- Product Class : Manage all the operations of Product
- Delivery Class : Manage all the operations of Delivery
Classes and their attributes of Shopping Cart Class Diagram:
- Shopping Attributes : shopping_id, shopping_name, shopping_type, shopping_dscription
- Shopping Cart Attributes : shopping_cart_id, shopping_cart_name, shopping_cart_type, shopping_cart_dscription
- Order Attributes : order_id, order_customer_id order_type, order_number, order_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Delivery Attributes : delivery_id, delivery_customer_id, delivery_address, delivery_type, delivery_by, delivery_date, delivery_description
Classes and their methods of Shopping Cart Class Diagram:
- Shopping Methods : addShopping(), editShopping(), deleteShopping(), updateShopping(), saveShopping(), searchShopping()
- Shopping Cart Methods : addShopping Cart(), editShopping Cart(), deleteShopping Cart(), updateShopping Cart(), saveShopping Cart(), searchShopping Cart()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Delivery Methods : addDelivery(), editDelivery(), deleteDelivery(), updateDelivery(), saveDelivery(), searchDelivery()
Class Diagram of Shopping Cart :
Class Diagram Image: