Class Countries

java.lang.Object
org.ctan.site.domain.mirrors.Countries

@Entity public class Countries extends Object
This domain class represents a country.
  • Constructor Details

    • Countries

      public Countries()
  • Method Details

    • getName

      public String getName(String locale)
      The method getName provides means to get the country in the given language.
      Parameters:
      locale - the language code
      Returns:
      the name of the country
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: