public class MatchingCondition extends Object implements Serializable
Constructor and Description |
---|
MatchingCondition() |
MatchingCondition(String fieldName,
Object matchingValue) |
MatchingCondition(String fieldName,
Object matchingValue,
MatchingMethod matchingMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getFieldName() |
MatchingMethod |
getMatchingMethod() |
Object |
getMatchingValue() |
int |
hashCode() |
void |
setFieldName(String fieldName) |
void |
setMatchingMethod(MatchingMethod matchingMethod) |
void |
setMatchingValue(Object matchingValue) |
String |
toString() |
public MatchingCondition()
public MatchingCondition(String fieldName, Object matchingValue, MatchingMethod matchingMethod)
public String getFieldName()
public void setFieldName(String fieldName)
public Object getMatchingValue()
public void setMatchingValue(Object matchingValue)
public MatchingMethod getMatchingMethod()
public void setMatchingMethod(MatchingMethod matchingMethod)