|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.localization.LocaleConfig
@StableMinor(version="6.1", sinceVersion="4.0") public class LocaleConfig
Represents a Locale object
Constructor Summary | |
---|---|
LocaleConfig()
|
Method Summary | |
---|---|
java.lang.String |
getLocale()
Returns the locale code. |
java.lang.String |
getLocaleId()
Returns the localeId, a guid for identifying the locale in the portal database. |
java.lang.String |
getName()
Returns the display name for this locale. |
void |
setLocale(java.lang.String locale)
Sets the locale code. |
void |
setLocaleId(java.lang.String localeId)
Sets the localeId. |
void |
setName(java.lang.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 java.lang.String getLocaleId()
public void setLocaleId(java.lang.String localeId)
localeId
- the localeId value to setpublic java.lang.String getLocale()
Locale.toString()
public void setLocale(java.lang.String locale)
locale
- the locale code value to setLocale.toString()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- this locale's display name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |