Order System UML Class Diagram
Order System UML Class Diagram
Order
Order Details Item
- date : date
Customer - status : String 1 - quantity - shippingWeight
1 line item
- taxStatus : String 1 0..* - description : String
- name: String + calcSub Total() 1..*
- address 0..* + calcTax() + calcSub Total() + getPriceForQuantity()
+ calcTotal() + calcWeight() + getTax()
+ calcTotalWeight() + calcTax() + inStock()
1..*
1
Payment
- amount : float