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.String getKey()  
    java.lang.String getLocaleValue​(java.util.Locale locale)  
    void setKey​(java.lang.String key)  
    void setLocaleValue​(java.util.Locale locale, java.lang.String s)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)