java.lang.Object
com.inductiveautomation.ignition.common.i18n.translation.TranslationSettings
All Implemented Interfaces:
Serializable

public class TranslationSettings extends Object implements Serializable
See Also:
  • Constructor Details

    • TranslationSettings

      public TranslationSettings()
    • TranslationSettings

      public TranslationSettings(TranslationSettings copy)
  • Method Details

    • getIgnoreWhitespace

      public boolean getIgnoreWhitespace()
    • setIgnoreWhitespace

      public void setIgnoreWhitespace(boolean ignoreWhitespace)
    • getIgnorePunctuation

      public boolean getIgnorePunctuation()
    • setIgnorePunctuation

      public void setIgnorePunctuation(boolean ignorePunctuation)
    • getCaseInsensitive

      public boolean getCaseInsensitive()
    • setCaseInsensitive

      public void setCaseInsensitive(boolean caseInsensitive)
    • getIgnoreTags

      public boolean getIgnoreTags()
    • setIgnoreTags

      public void setIgnoreTags(boolean ignoreTags)
    • getBaseLocale

      public Locale getBaseLocale()
    • setBaseLocale

      public void setBaseLocale(Locale baseLocale)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object