public interface ViewCriteriaRow
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConjunction()
Gets the conjunction used between this view criteria row and the previous
view criteria row.
|
java.util.List |
getItem()
Gets the list of view criteria items.
|
boolean |
getUpperCaseCompare()
Gets the flag that indicates whether to search case-insensitively.
|
void |
setConjunction(java.lang.String value)
Sets the conjunction used between this view criteria row and the previous
view criteria row.
|
void |
setItem(java.util.List value)
Sets the list of
view criteria items. |
void |
setUpperCaseCompare(boolean value)
Sets the flag that indicates whether to search case-insensitively.
|
java.lang.String getConjunction()
void setConjunction(java.lang.String value)
value - conjuction for this view criteria rowboolean getUpperCaseCompare()
void setUpperCaseCompare(boolean value)
value - case-insensitivity flagjava.util.List getItem()
void setItem(java.util.List value)
view criteria items.value - list of view criteria items