Class I18nBundleModelRow
- java.lang.Object
-
- org.nuiton.i18n.plugin.bundle.csv.I18nBundleModelRow
-
public class I18nBundleModelRow extends Object
Created on 7/26/14.- Since:
- 3.3
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Constructor Summary
Constructors Constructor Description I18nBundleModelRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getLocaleValue(Locale locale)
void
setKey(String key)
void
setLocaleValue(Locale locale, String s)
-