True OO implementation in Java of a Home Task Management System. This project is a port and modification from https://github.com/SilasReinagel/HomeTaskManagement
User should be able to Close his account at a point in time.
A closed account should still be fully queryable and maintain it's history.
No transactions can be executed against a closed Account.
User should be able to Close his account at a point in time. A closed account should still be fully queryable and maintain it's history. No transactions can be executed against a closed Account.