java.lang.Object
es.kukenan.smartfi.microservice.onboarding.repository.entity.SourceFunds
All Implemented Interfaces:
Serializable

@Entity public class SourceFunds extends Object implements Serializable
DAO for Source of Funds table in Database.
See Also:
  • Field Details

    • id

      public int id
      Source of Funds Id.
    • description

      private String description
      Source of Funds Description.
    • language

      private UserLanguage language
      Source of Funds Language.
  • Constructor Details

    • SourceFunds

      public SourceFunds()