© 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 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

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
See Also:
Constant Field Values

debug

protected static Debug debug
Constructor Detail

LocalizationLocale

public LocalizationLocale(Locale locale)

LocalizationLocale

public LocalizationLocale(Locale locale,
                          String encoding)
Method Detail

getLocalizationLocaleId

public LocalizationLocaleId getLocalizationLocaleId()

getLocale

public Locale getLocale()

setLocale

public void setLocale(Locale locale)

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

equals

public boolean equals(Object o)

toString

public String toString()

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved