From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 321 × 523 pixels, file size: 14 KB)
Summary
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication .
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.en CC0 Creative Commons Zero, Public Domain Dedication false false
Source code
PlantUML source code.
@startuml
class Customer
{
+FirstName
+LastName
+Address
}
class Account
{
+AccountNumber
+AccountType
+Currency
+Transactions
+GetBalance()
+IsFrozen()
}
class Card
{
+CardNumber
+ExpirationDate
+IsFrozen()
}
class Transaction
{
+TransactionDate
+FromAccount
+ToAccount
+Amount
}
Customer "1..*" }--{ "1..*" Account : has
Customer "1" *--{ "0..*" Card : has
Account "1" *--{ "0..*" Transaction : contains
Account "1" *--{ "0..*" Card : has
@enduml
English UML class diagram depicting a bank account
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time Thumbnail Dimensions User Comment
current 18:13, 24 November 2024 321 × 523 (14 KB) Frap Add currency and acconut type
18:37, 19 November 2024 321 × 491 (13 KB) Frap Uploaded own work with UploadWizard
File usage
The following 13 pages use this file:
Global file usage
The following other wikis use this file:
Usage on ro.wikipedia.org
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.