Class Continents

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

@Entity public class Continents extends Object
This domain class represents a continent.
  • Constructor Details

    • Continents

      public Continents()
  • Method Details

    • getName

      public String getName(String locale)
      The method toString provides means to get a localised String representation.
      Parameters:
      locale - the 2-letter language code
      Returns:
      the name
    • toString

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