public class SearchClassifications extends Object implements Serializable
| Constructor and Description |
|---|
SearchClassifications()
Typical constructor
|
SearchClassifications(SearchClassifications 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<ClassificationCondition> |
getConditions()
Retrieve the classification conditions against which to match.
|
MatchCriteria |
getMatchCriteria()
Retrieve the criteria against which to match the classifications.
|
int |
hashCode()
Return a hash code based on the property values
|
void |
setConditions(List<ClassificationCondition> conditions)
Set the classification conditions against which to match.
|
void |
setMatchCriteria(MatchCriteria matchCriteria)
Set the criteria against which to match the classifications.
|
String |
toString()
Standard toString method.
|
public SearchClassifications()
public SearchClassifications(SearchClassifications templateProperties)
templateProperties - template object to copy.public List<ClassificationCondition> getConditions()
List<ClassificationCondition>public void setConditions(List<ClassificationCondition> conditions)
conditions - against which to matchpublic MatchCriteria getMatchCriteria()
public void setMatchCriteria(MatchCriteria matchCriteria)
matchCriteria - against which to match the classificationspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.