Country

public class Country implements Serializable

Represents a country with it’s 2-letter country code and it’s display name in german and english.

Fields

code

private String code

de

private String de

en

private String en

serialVersionUID

private static final long serialVersionUID