Class SourceFunds
java.lang.Object
es.kukenan.smartfi.microservice.onboarding.repository.entity.SourceFunds
- All Implemented Interfaces:
Serializable
DAO for Source of Funds table in Database.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringSource of Funds Description.intSource of Funds Id.private UserLanguageSource of Funds Language. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int idSource of Funds Id. -
description
Source of Funds Description. -
language
Source of Funds Language.
-
-
Constructor Details
-
SourceFunds
public SourceFunds()
-