public class TermEntrySearchCondition extends Object implements Serializable
Constructor and Description |
---|
TermEntrySearchCondition() |
TermEntrySearchCondition(String language,
String text,
String matchingMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getLanguage() |
String |
getMatchingMethod() |
String |
getText() |
int |
hashCode() |
void |
setLanguage(String language) |
void |
setMatchingMethod(String matchingMethod) |
void |
setText(String text) |
String |
toString() |
public String getLanguage()
public void setLanguage(String language)
public String getText()
public void setText(String text)
public String getMatchingMethod()
public void setMatchingMethod(String matchingMethod)