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

@Entity public class ReasonUse extends Object implements Serializable
DAO for Reason of Use table in Database.
See Also:
  • Field Details

    • id

      public int id
      Reason of Use Id.
    • description

      private String description
      Reason of Use Description.
    • language

      private UserLanguage language
      Reason of Use Language.
  • Constructor Details

    • ReasonUse

      public ReasonUse()