public class SearchProperties extends Object implements Serializable
| Constructor and Description |
|---|
SearchProperties()
Typical constructor
|
SearchProperties(SearchProperties templateProperties)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
List<PropertyCondition> |
getConditions()
Retrieve the conditions against which to match.
|
MatchCriteria |
getMatchCriteria()
Retrieve the criteria against which to match the conditions.
|
int |
hashCode()
Return a hash code based on the property values
|
void |
setConditions(List<PropertyCondition> conditions)
Set the conditions against which to match.
|
void |
setMatchCriteria(MatchCriteria matchCriteria)
Set the criteria against which to match the conditions.
|
String |
toString()
Standard toString method.
|
public SearchProperties()
public SearchProperties(SearchProperties templateProperties)
templateProperties - template object to copy.public List<PropertyCondition> getConditions()
List<SearchCondition>public void setConditions(List<PropertyCondition> conditions)
conditions - against which to matchpublic MatchCriteria getMatchCriteria()
public void setMatchCriteria(MatchCriteria matchCriteria)
matchCriteria - against which to match the conditionspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.