0% found this document useful (0 votes)
698 views

Class Diagram - Amazon

This document describes an e-commerce system with entities for Admin, Products, Customers, and Payments. The Admin can view, add, delete items and manage carts and shipments. Products have attributes like size, color, material and weight. Customers can view items, add to cart, delete from cart, and make payments. Payments have attributes for card type, number, name and expiry.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
698 views

Class Diagram - Amazon

This document describes an e-commerce system with entities for Admin, Products, Customers, and Payments. The Admin can view, add, delete items and manage carts and shipments. Products have attributes like size, color, material and weight. Customers can view items, add to cart, delete from cart, and make payments. Payments have attributes for card type, number, name and expiry.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ADMIN PRODUCT

+ID: int +1 +0…* +Size: int


+Name: string +Color: string
+View Items () +Material: string
+Add Items () +Weight: int
+Delete Items () CUSTOMER
+Manage Cart ()
+ID: int +1…*
+Make Shipment ()
+Name: string
+Address: string
+1 +0…* +Email: string
+1
+Phone: int

PAYMENT +View Items ()


+Add Items ()
+Card Type: string +Delete Items ()
+Card #: int +Make Payment ()
+Card Name: string
+Card Expiry: int +1

+1

You might also like