LocalizationLocale Class

com.bea.netuix.application.localization.definition
LocalizationLocale Class

public class LocalizationLocale

    extends Object
    implements Serializable

A portal specific wrapper class for Locale that contains the encoding. A LocalizationLocale can be to compared other LocalizationLocale classes through the use of the equals method.


Hierarchy
Object
  LocalizationLocale
All Implemented Interfaces

Serializable

Field Summary

protected static Debug
debug
Debug
public static final String
DEFAULT_ENCODING
String
 

Constructor Summary

LocalizationLocale(Locale locale, String encoding)

LocalizationLocale(Locale locale)

 

Method Summary

public boolean
equals(Object o)
public String
getEncoding()
public Locale
getLocale()
public LocalizationLocaleId
getLocalizationLocaleId()
public void
setEncoding(String encoding)
public void
setLocale(Locale locale)
public String
toString()
 
Methods from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Field Detail

debug

protected static Debug debug


DEFAULT_ENCODING

public static final String DEFAULT_ENCODING

 

Constructor Detail

LocalizationLocale

public LocalizationLocale(Locale locale, 
                          String encoding)

LocalizationLocale

public LocalizationLocale(Locale locale)
 

Method Detail

equals(Object) Method

public boolean equals(Object o)
Overrides
Object.equals(Object)

getEncoding() Method

public String getEncoding()

getLocale() Method

public Locale getLocale()

getLocalizationLocaleId() Method

public LocalizationLocaleId getLocalizationLocaleId()

setEncoding(String) Method

public void setEncoding(String encoding)

setLocale(Locale) Method

public void setLocale(Locale locale)

toString() Method

public String toString()
Overrides
Object.toString()