public interface Locale extends Serializable
Modifier and Type | Method and Description |
---|---|
BroadleafCurrency |
getDefaultCurrency() |
Boolean |
getDefaultFlag() |
String |
getFriendlyName() |
Locale |
getJavaLocale() |
String |
getLocaleCode() |
Boolean |
getUseCountryInSearchIndex()
If true then the country portion of the locale will be used when building the search index.
|
void |
setDefaultCurrency(BroadleafCurrency currency) |
void |
setDefaultFlag(Boolean defaultFlag) |
void |
setFriendlyName(String friendlyName) |
void |
setLocaleCode(String localeCode) |
void |
setUseCountryInSearchIndex(Boolean useInSearchIndex)
Sets whether or not to use the country portion of the locale in the search index.
|
String getLocaleCode()
void setLocaleCode(String localeCode)
Locale getJavaLocale()
String getFriendlyName()
void setFriendlyName(String friendlyName)
void setDefaultFlag(Boolean defaultFlag)
Boolean getDefaultFlag()
BroadleafCurrency getDefaultCurrency()
void setDefaultCurrency(BroadleafCurrency currency)
Boolean getUseCountryInSearchIndex()
void setUseCountryInSearchIndex(Boolean useInSearchIndex)
useInSearchIndex
- Copyright © 2022. All rights reserved.