java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.Country
All Implemented Interfaces:
Serializable

@Entity public class Country extends Object implements Serializable
DAO for country table in Database.
See Also:
  • Field Details

    • id

      private int id
      Country Id.
    • name

      private String name
      Country document.
    • code

      private String code
      Country code.
    • insertDate

      private LocalDateTime insertDate
      Insert date.
    • insertUser

      private String insertUser
      Insert user.
  • Constructor Details

    • Country

      public Country()