|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.localization.LocaleConfig
@StableMinor(version="6.2", sinceVersion="4.0") public class LocaleConfig
Represents a Locale object
Constructor Summary | |
---|---|
LocaleConfig()
|
Method Summary | |
---|---|
String |
getLocale()
Returns the locale code. |
String |
getLocaleId()
Returns the localeId, a guid for identifying the locale in the portal database. |
String |
getName()
Returns the display name for this locale. |
void |
setLocale(String locale)
Sets the locale code. |
void |
setLocaleId(String localeId)
Sets the localeId. |
void |
setName(String name)
Sets the display name for this locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocaleConfig()
Method Detail |
---|
public String getLocaleId()
public void setLocaleId(String localeId)
localeId
- the localeId value to setpublic String getLocale()
Locale.toString()
public void setLocale(String locale)
locale
- the locale code value to setLocale.toString()
public String getName()
public void setName(String name)
name
- this locale's display name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |