lumis.portal.localization
Class LocaleConfig

Package class diagram package LocaleConfig
java.lang.Object
  extended by lumis.portal.localization.LocaleConfig

@StableMinor(version="5.5",
             sinceVersion="4.0")
public class LocaleConfig
extends Object

Represents a Locale object

Since:
4.0.0

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

LocaleConfig

public LocaleConfig()
Method Detail

getLocaleId

public String getLocaleId()
Returns the localeId, a guid for identifying the locale in the portal database.

Returns:
the localeId
Since:
4.0.10

setLocaleId

public void setLocaleId(String localeId)
Sets the localeId.

Parameters:
localeId - the localeId value to set
Since:
4.0.10

getLocale

public String getLocale()
Returns the locale code.

Returns:
the locale
Since:
4.0.10
See Also:
Locale.toString()

setLocale

public void setLocale(String locale)
Sets the locale code.

Parameters:
locale - the locale code value to set
Since:
4.0.10
See Also:
Locale.toString()

getName

public String getName()
Returns the display name for this locale. The name is expected to already be localized in its locale language.

Returns:
this locale's display name.
Since:
4.0.10

setName

public void setName(String name)
Sets the display name for this locale. The name is expected to already be localized in its locale language.

Parameters:
name - this locale's display name.
Since:
4.0.10


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.