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