Class Account
java.lang.Object
org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.Account
Represents an embeddable account entity within a database.
This class is designed to be used as part of a larger entity,
and is not a standalone table.
The
Account
class holds
all necessary account information typically required for financial transactions.
This class uses Lombok to generate boilerplate code such as getter/setters and toString() methods which aids in keeping the codebase clean and concise.
- Author:
- Y.A Marouga
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Account
public Account()
-