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

c

Class Diagram

Uploaded by

gg2827431
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

c

Class Diagram

Uploaded by

gg2827431
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

User

+userID: String

+userName: String

+password: String

+securityQuestion: String

+addFunds(fund: Fund)

+addExpense(expense: Expense)
1 1
+addWishlistItem(item: WishlistItem)

adds adds
1
adds

n
n n
Expense
Fund WishlistItem
+itemID: String
+fundID: String +itemID: String
+itemName: String
+source: String +itemName: String
+itemCost: Float
+amount: Float +itemCost: Float
+quantity: Int
+description: String +quantity: Int
+description: String
+date: Date +description: String
+date: Date

+getDetails() : : String +getDetails() : : String


+calculateTotalCost() : : Float
1
1
occursOn recordedOn

1 1
Date

+year: Int

+month: Int

+day: Int

+getFormattedDate() : : String

You might also like