public class ViewCriteriaRowImpl extends java.lang.Object implements ViewCriteriaRow
| Constructor and Description | 
|---|
ViewCriteriaRowImpl()  | 
| 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 | 
toString()  | 
public java.lang.String getConjunction()
ViewCriteriaRowgetConjunction in interface ViewCriteriaRowpublic void setConjunction(java.lang.String value)
ViewCriteriaRowsetConjunction in interface ViewCriteriaRowvalue - conjuction for this view criteria rowpublic boolean getUpperCaseCompare()
ViewCriteriaRowgetUpperCaseCompare in interface ViewCriteriaRowpublic void setUpperCaseCompare(boolean value)
ViewCriteriaRowsetUpperCaseCompare in interface ViewCriteriaRowvalue - case-insensitivity flagpublic java.util.List getItem()
ViewCriteriaRowgetItem in interface ViewCriteriaRowpublic void setItem(java.util.List value)
ViewCriteriaRowview criteria items.setItem in interface ViewCriteriaRowvalue - list of view criteria itemspublic java.lang.String toString()
toString in class java.lang.Object