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()
String
public void setLanguage(String value)
value
- allowed object is
String
public String getDecimalSeparator()
String
public void setDecimalSeparator(String value)
value
- allowed object is
String
public String getGroupingSeparator()
String
Copyright © 2011–2023 aiticon GmbH. All rights reserved.