org.apache.openejb.jee.sun
Class LocaleCharsetMap
java.lang.Object
org.apache.openejb.jee.sun.LocaleCharsetMap
public class LocaleCharsetMap
- extends java.lang.Object
Field Summary |
protected java.lang.String |
agent
|
protected java.lang.String |
charset
|
protected java.lang.String |
description
|
protected java.lang.String |
locale
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locale
protected java.lang.String locale
agent
protected java.lang.String agent
charset
protected java.lang.String charset
description
protected java.lang.String description
LocaleCharsetMap
public LocaleCharsetMap()
getLocale
public java.lang.String getLocale()
setLocale
public void setLocale(java.lang.String value)
getAgent
public java.lang.String getAgent()
setAgent
public void setAgent(java.lang.String value)
getCharset
public java.lang.String getCharset()
setCharset
public void setCharset(java.lang.String value)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.