public class ClassificationCondition extends Object implements Serializable
| Constructor and Description |
|---|
ClassificationCondition()
Typical constructor
|
ClassificationCondition(ClassificationCondition 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.
|
SearchProperties |
getMatchProperties()
Retrieve the (optional) properties-based conditions for the classification.
|
String |
getName()
Retrieve the name of the classification.
|
int |
hashCode()
Return a hash code based on the property values
|
void |
setMatchProperties(SearchProperties matchProperties)
Set the (optional) properties-based conditions for the classification.
|
void |
setName(String name)
Set the name of the classification.
|
String |
toString()
Standard toString method.
|
public ClassificationCondition()
public ClassificationCondition(ClassificationCondition templateProperties)
templateProperties - template object to copy.public String getName()
public void setName(String name)
name - of the classificationpublic SearchProperties getMatchProperties()
public void setMatchProperties(SearchProperties matchProperties)
matchProperties - for the classificationpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.