- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Finance Management System Class Diagram describes the structure of a Finance Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Finance Management System are Day Book, Profit, Losss, Interest, Share Holders, Loaner.
Classes of Finance Management System Class Diagram:
- Day Book Class : Manage all the operations of Day Book
- Profit Class : Manage all the operations of Profit
- Losss Class : Manage all the operations of Losss
- Interest Class : Manage all the operations of Interest
- Share Holders Class : Manage all the operations of Share Holders
- Loaner Class : Manage all the operations of Loaner
Classes and their attributes of Finance Management System Class Diagram:
- Day Book Attributes : day_book_id, day_book_name, day_book_date, day_book_type, day_book_description
- Profit Attributes : profit_id, profit_name, profit_amount, profit_total, profit_type, profit_description
- Losss Attributes : loss_id, loss_name, loss_amount, loss_total, loss_type, loss_description
- Interest Attributes : interest_id, interest_name, interest_amount, interest_total, interest_type, interest_description
- Share Holders Attributes : share_holder_id, share_holder_name, share_holder_mobile, share_holder_email, share_holder_username, share_holder_password, share_holder_address
- Loaner Attributes : Loaner_id, Loaner_name, Loaner_mobile, Loaner_email, Loaner_username, Loaner_password, Loaner_address
Classes and their methods of Finance Management System Class Diagram:
- Day Book Methods : addDay Book(), editDay Book(), deleteDay Book(), updateDay Book(), saveDay Book(), searchDay Book()
- Profit Methods : addProfit(), editProfit(), deleteProfit(), updateProfit(), saveProfit(), searchProfit()
- Losss Methods : addLosss(), editLosss(), deleteLosss(), updateLosss(), saveLosss(), searchLosss()
- Interest Methods : addInterest(), editInterest(), deleteInterest(), updateInterest(), saveInterest(), searchInterest()
- Share Holders Methods : addShare Holders(), editShare Holders(), deleteShare Holders(), updateShare Holders(), saveShare Holders(), searchShare Holders()
- Loaner Methods : addLoaner(), editLoaner(), deleteLoaner(), updateLoaner(), saveLoaner(), searchLoaner()
Class Diagram of Finance Management System :
Class Diagram Image: