org.apache.openejb.jee.sun
Class LocaleCharsetMap

java.lang.Object
  extended by org.apache.openejb.jee.sun.LocaleCharsetMap

public class LocaleCharsetMap
extends Object


Field Summary
protected  String agent
           
protected  String charset
           
protected  String description
           
protected  String locale
           
 
Constructor Summary
LocaleCharsetMap()
           
 
Method Summary
 String getAgent()
           
 String getCharset()
           
 String getDescription()
           
 String getLocale()
           
 void setAgent(String value)
           
 void setCharset(String value)
           
 void setDescription(String value)
           
 void setLocale(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locale

protected String locale

agent

protected String agent

charset

protected String charset

description

protected String description
Constructor Detail

LocaleCharsetMap

public LocaleCharsetMap()
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)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.