java.lang.Object
org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.Account

@Embeddable public class Account extends Object
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 Details

    • Account

      public Account()