|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.datasource.ViewCriteriaRowImpl
public class ViewCriteriaRowImpl
Constructor Summary | |
---|---|
ViewCriteriaRowImpl() |
Method Summary | |
---|---|
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() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ViewCriteriaRowImpl()
Method Detail |
---|
public java.lang.String getConjunction()
ViewCriteriaRow
getConjunction
in interface ViewCriteriaRow
public void setConjunction(java.lang.String value)
ViewCriteriaRow
setConjunction
in interface ViewCriteriaRow
value
- conjuction for this view criteria rowpublic boolean getUpperCaseCompare()
ViewCriteriaRow
getUpperCaseCompare
in interface ViewCriteriaRow
public void setUpperCaseCompare(boolean value)
ViewCriteriaRow
setUpperCaseCompare
in interface ViewCriteriaRow
value
- case-insensitivity flagpublic java.util.List getItem()
ViewCriteriaRow
getItem
in interface ViewCriteriaRow
public void setItem(java.util.List value)
ViewCriteriaRow
view criteria items
.setItem
in interface ViewCriteriaRow
value
- list of view criteria itemspublic java.lang.String toString()
toString
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |