Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.shared.api
Class Locale

java.lang.Object
  extended by org.jboss.errai.ui.shared.api.Locale

public class Locale
extends Object

Simple data object representing a Locale for i18n

Author:
edewit@redhat.com

Constructor Summary
Locale()
           
Locale(String locale, String label)
           
 
Method Summary
 String getLabel()
           
 String getLocale()
           
 void setLabel(String label)
           
 void setLocale(String locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Locale

public Locale()

Locale

public Locale(String locale,
              String label)
Method Detail

getLocale

public String getLocale()

setLocale

public void setLocale(String locale)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.