org.zeroexchange.model.i18n
Class LocalizedValue
java.lang.Object
org.zeroexchange.model.i18n.LocalizedValue
- All Implemented Interfaces:
- Serializable
public class LocalizedValue
- extends Object
- implements Serializable
The container holds localized values.
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalizedValue
public LocalizedValue(String value,
String language)
- Constructor.
getValue
public String getValue()
- Returns:
- the value
getLanguage
public String getLanguage()
- Returns:
- the language
isEmpty
public static boolean isEmpty(List<LocalizedValue> titles,
String language)
- Returns true id the specified titles list is empty.
Copyright © 2013. All Rights Reserved.