public class LocaleCharsetMap extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
agent |
protected String |
charset |
protected String |
description |
protected String |
locale |
| Constructor and Description |
|---|
LocaleCharsetMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgent() |
String |
getCharset() |
String |
getDescription() |
String |
getLocale() |
void |
setAgent(String value) |
void |
setCharset(String value) |
void |
setDescription(String value) |
void |
setLocale(String value) |
protected String locale
protected String agent
protected String charset
protected String description
public String getLocale()
public void setLocale(String value)
public String getAgent()
public void setAgent(String value)
public String getCharset()
public void setCharset(String value)
public String getDescription()
public void setDescription(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.