Class LocaleProperty
- java.lang.Object
-
- lumis.portal.structure.sync.model.channel.LocaleProperty
-
public class LocaleProperty extends Object
Locale model.Documentation in this class focus synchronization behavior. About the use behind the fields in the portal.
- Since:
- 8.1.0
- Version:
- $Revision: 17593 $ $Date: 2015-07-17 11:21:36 -0300 (Fri, 17 Jul 2015) $
-
-
Constructor Summary
Constructors Constructor Description LocaleProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultLocale()
Boolean
getDetectLocaleFromUserBrowser()
List<String>
getSupportedLocales()
void
setDefaultLocale(String defaultLocale)
void
setDetectLocaleFromUserBrowser(Boolean detectLocaleFromUserBrowser)
void
setSupportedLocales(List<String> supportedLocales)
-
-
-
Method Detail
-
getDefaultLocale
public String getDefaultLocale()
-
setDefaultLocale
public void setDefaultLocale(String defaultLocale)
-
getDetectLocaleFromUserBrowser
public Boolean getDetectLocaleFromUserBrowser()
-
setDetectLocaleFromUserBrowser
public void setDetectLocaleFromUserBrowser(Boolean detectLocaleFromUserBrowser)
-
-