org.apache.openejb.jee
Class LocaleEncodingMapping

java.lang.Object
  extended by org.apache.openejb.jee.LocaleEncodingMapping

public class LocaleEncodingMapping
extends Object


Field Summary
protected  String encoding
           
protected  String id
           
protected  String locale
           
 
Constructor Summary
LocaleEncodingMapping()
           
 
Method Summary
 String getEncoding()
           
 String getId()
           
 String getLocale()
           
 void setEncoding(String value)
           
 void setId(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

encoding

protected String encoding

id

protected String id
Constructor Detail

LocaleEncodingMapping

public LocaleEncodingMapping()
Method Detail

getLocale

public String getLocale()

setLocale

public void setLocale(String value)

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String value)

getId

public String getId()

setId

public void setId(String value)


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