Class TranslationSettings

  • All Implemented Interfaces:
    java.io.Serializable

    public class TranslationSettings
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • TranslationSettings

        public TranslationSettings()
    • Method Detail

      • 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 java.util.Locale getBaseLocale()
      • setBaseLocale

        public void setBaseLocale​(java.util.Locale baseLocale)
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object