public class TranslationSettings
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TranslationSettings() |
TranslationSettings(TranslationSettings copy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Locale |
getBaseLocale() |
boolean |
getCaseInsensitive() |
boolean |
getIgnorePunctuation() |
boolean |
getIgnoreTags() |
boolean |
getIgnoreWhitespace() |
int |
hashCode() |
void |
setBaseLocale(java.util.Locale baseLocale) |
void |
setCaseInsensitive(boolean caseInsensitive) |
void |
setIgnorePunctuation(boolean ignorePunctuation) |
void |
setIgnoreTags(boolean ignoreTags) |
void |
setIgnoreWhitespace(boolean ignoreWhitespace) |
public TranslationSettings()
public TranslationSettings(TranslationSettings copy)
public boolean getIgnoreWhitespace()
public void setIgnoreWhitespace(boolean ignoreWhitespace)
public boolean getIgnorePunctuation()
public void setIgnorePunctuation(boolean ignorePunctuation)
public boolean getCaseInsensitive()
public void setCaseInsensitive(boolean caseInsensitive)
public boolean getIgnoreTags()
public void setIgnoreTags(boolean ignoreTags)
public java.util.Locale getBaseLocale()
public void setBaseLocale(java.util.Locale baseLocale)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object