public class Localization extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
decimalSeparator |
protected String |
groupingSeparator |
protected String |
language |
| Constructor and Description |
|---|
Localization() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDecimalSeparator()
Gets the value of the decimalSeparator property.
|
String |
getGroupingSeparator()
Gets the value of the groupingSeparator property.
|
String |
getLanguage()
Gets the value of the language property.
|
void |
setDecimalSeparator(String value)
Sets the value of the decimalSeparator property.
|
void |
setGroupingSeparator(String value)
Sets the value of the groupingSeparator property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
protected String language
protected String decimalSeparator
protected String groupingSeparator
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getDecimalSeparator()
Stringpublic void setDecimalSeparator(String value)
value - allowed object is
Stringpublic String getGroupingSeparator()
StringCopyright © 2011–2017 aiticon GmbH. All rights reserved.