org.apache.openejb.jee.sun
Class LocaleCharsetMap
java.lang.Object
org.apache.openejb.jee.sun.LocaleCharsetMap
public class LocaleCharsetMap
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locale
protected String locale
agent
protected String agent
charset
protected String charset
description
protected String description
LocaleCharsetMap
public LocaleCharsetMap()
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)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.