public class MatchCriteria extends Object implements Serializable
| Constructor and Description |
|---|
MatchCriteria(RecordInterface record,
MatchSchemaInterface schema) |
MatchCriteria(RecordValues recordValues,
String tableName,
MatchSchemaInterface schema) |
MatchCriteria(String item) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCriteria(String tableColumn,
String val) |
MatchCriteria |
addFreeText(String val) |
String |
getFreeText() |
Map<String,Object> |
getMap() |
String |
getTableName() |
String |
getValue(String colname) |
HashMap<String,String> |
getValues() |
boolean |
hasData() |
boolean |
hasFreeText() |
void |
reset() |
void |
setTableName(String tableName) |
int |
size() |
String |
toString() |
public MatchCriteria(RecordValues recordValues, String tableName, MatchSchemaInterface schema) throws Exception
Exceptionpublic MatchCriteria(RecordInterface record, MatchSchemaInterface schema) throws Exception
Exceptionpublic boolean hasData()
public MatchCriteria addFreeText(String val)
public String getFreeText()
public void setTableName(String tableName)
public String getTableName()
public int size()
public void reset()
public boolean hasFreeText()
Copyright © 2021. All rights reserved.