public class ViewBuilderCriteriaPredicate extends Object
Constructor and Description |
---|
ViewBuilderCriteriaPredicate()
Constructor
|
ViewBuilderCriteriaPredicate(Map<String,String> predicateMap)
Construct the Criteria predicate using the provided map
|
Modifier and Type | Method and Description |
---|---|
String |
getCombineKeyword() |
String |
getLhColumn() |
String |
getOperator() |
String |
getRhColumn() |
boolean |
isComplete() |
void |
setCombineKeyword(String combineKeyword) |
void |
setLhColumn(String lhColumn) |
void |
setOperator(String operator) |
void |
setRhColumn(String rhColumn) |
public String getLhColumn()
public void setLhColumn(String lhColumn)
lhColumn
- the lhColumn to setpublic String getRhColumn()
public void setRhColumn(String rhColumn)
rhColumn
- the rhColumn to setpublic String getOperator()
public void setOperator(String operator)
operator
- the operator to setpublic String getCombineKeyword()
public void setCombineKeyword(String combineKeyword)
combineKeyword
- the combineKeyword to setpublic boolean isComplete()
Copyright © 2013–2019. All rights reserved.