|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.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 ViewCriteriaRowpublic void setConjunction(java.lang.String value)
ViewCriteriaRow
setConjunction in interface ViewCriteriaRowvalue - conjuction for this view criteria rowpublic boolean getUpperCaseCompare()
ViewCriteriaRow
getUpperCaseCompare in interface ViewCriteriaRowpublic void setUpperCaseCompare(boolean value)
ViewCriteriaRow
setUpperCaseCompare in interface ViewCriteriaRowvalue - case-insensitivity flagpublic java.util.List getItem()
ViewCriteriaRow
getItem 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
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||