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

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

    • id

      private int id
      Id.
    • numCode

      @Size(max=3) private @Size(max=3) String numCode
      Num code.
    • isoCode

      @Size(max=2) private @Size(max=2) String isoCode
      ISO code.
  • Constructor Details

    • Country

      public Country()