© 2004 BEA Systems, Inc.

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

java.lang.Object
  extended bycom.bea.netuix.application.localization.definition.LocalizationLocale
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

Field Summary
protected static com.bea.netuix.util.debug.Debug debug
           
static String DEFAULT_ENCODING
           
 
Constructor Summary
LocalizationLocale(Locale locale)
           
LocalizationLocale(Locale locale, String encoding)
           
 
Method Summary
 boolean equals(Object o)
           
 String getEncoding()
           
 Locale getLocale()
           
 LocalizationLocaleId getLocalizationLocaleId()
           
 void setEncoding(String encoding)
           
 void setLocale(Locale locale)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

debug

protected static com.bea.netuix.util.debug.Debug debug

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
See Also:
Constant Field Values
Constructor Detail

LocalizationLocale

public LocalizationLocale(Locale locale)

LocalizationLocale

public LocalizationLocale(Locale locale,
                          String encoding)
Method Detail

equals

public boolean equals(Object o)

getEncoding

public String getEncoding()

getLocale

public Locale getLocale()

getLocalizationLocaleId

public LocalizationLocaleId getLocalizationLocaleId()

setEncoding

public void setEncoding(String encoding)

setLocale

public void setLocale(Locale locale)

toString

public String toString()

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved