com.webmethods.caf.portalclient.impl
Class Locale

java.lang.Object
  extended by com.webmethods.caf.portalclient.impl.Locale
All Implemented Interfaces:
Serializable

public class Locale
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String country
          Locale country code
 String language
          Locale language
 String variant
          Locale language variant
 
Constructor Summary
Locale()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

language

public String language
Locale language


country

public String country
Locale country code


variant

public String variant
Locale language variant

Constructor Detail

Locale

public Locale()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object