org.jboss.errai.ui.shared.api
Class Locale
java.lang.Object
org.jboss.errai.ui.shared.api.Locale
public class Locale
- extends Object
Simple data object representing a Locale for i18n
- Author:
- edewit@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Locale
public Locale()
Locale
public Locale(String locale,
String label)
getLocale
public String getLocale()
setLocale
public void setLocale(String locale)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.