Package org.apache.openejb.jee.sun
Class LocaleCharsetMap
- java.lang.Object
-
- org.apache.openejb.jee.sun.LocaleCharsetMap
-
public class LocaleCharsetMap extends Object
-
-
Constructor Summary
Constructors Constructor Description LocaleCharsetMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgent()StringgetCharset()StringgetDescription()StringgetLocale()voidsetAgent(String value)voidsetCharset(String value)voidsetDescription(String value)voidsetLocale(String value)
-
-
-
Method Detail
-
getLocale
public String getLocale()
-
setLocale
public void setLocale(String value)
-
getAgent
public String getAgent()
-
setAgent
public void setAgent(String value)
-
getCharset
public String getCharset()
-
setCharset
public void setCharset(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
-