- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Shoe Shop Management System Class Diagram describes the structure of a Shoe Shop Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Shoe Shop Management System are Shoe, Shopping Cart, Order, Product, Shipment, Payment.
Classes of Shoe Shop Management System Class Diagram:
- Shoe Class : Manage all the operations of Shoe
- Shopping Cart Class : Manage all the operations of Shopping Cart
- Order Class : Manage all the operations of Order
- Product Class : Manage all the operations of Product
- Shipment Class : Manage all the operations of Shipment
- Payment Class : Manage all the operations of Payment
Classes and their attributes of Shoe Shop Management System Class Diagram:
- Shoe Attributes : shoe_id, shoe_name, shoe_type, shoe_brand, shoe_description
- 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
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Shipment Attributes : shipment_id, shipment_product_id, shipment_date, shipment_type, shipment_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
Classes and their methods of Shoe Shop Management System Class Diagram:
- Shoe Methods : addShoe(), editShoe(), deleteShoe(), updateShoe(), saveShoe(), searchShoe()
- Shopping Cart Methods : addShopping Cart(), editShopping Cart(), deleteShopping Cart(), updateShopping Cart(), saveShopping Cart(), searchShopping Cart()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Shipment Methods : addShipment(), editShipment(), deleteShipment(), updateShipment(), saveShipment(), searchShipment()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
Class Diagram of Shoe Shop Management System :
Class Diagram Image: