public class MatchingCondition extends Object implements Serializable
MatchingMethod
in a string.Constructor and Description |
---|
MatchingCondition()
Default constructor.
|
MatchingCondition(String fieldName,
String matchingValue,
String matchingMethod)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getFieldName()
Gets field (attribute) name.
|
String |
getMatchingMethod()
Gets matching method.
|
String |
getMatchingValue()
Gets value to run matching on.
|
int |
hashCode() |
void |
setFieldName(String attributeName)
Sets field (attribute) name.
|
void |
setMatchingMethod(String matchingMethod)
Sets matching method.
|
void |
setMatchingValue(String matchingValue)
Sets value to run matching on.
|
String |
toString() |
public String getFieldName()
public void setFieldName(String attributeName)
attributeName
- Field (attribute) namepublic String getMatchingValue()
public void setMatchingValue(String matchingValue)
matchingValue
- The value to be matchedpublic String getMatchingMethod()
public void setMatchingMethod(String matchingMethod)
matchingMethod
- Matching method