Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.datasource
Class ViewCriteriaRowImpl

java.lang.Object
  extended by oracle.jbo.datasource.ViewCriteriaRowImpl
All Implemented Interfaces:
ViewCriteriaRow

public class ViewCriteriaRowImpl
extends java.lang.Object
implements ViewCriteriaRow

Since:
release specific (what release of product did this appear in)

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

ViewCriteriaRowImpl

public ViewCriteriaRowImpl()
Method Detail

getConjunction

public java.lang.String getConjunction()
Description copied from interface: ViewCriteriaRow
Gets the conjunction used between this view criteria row and the previous view criteria row.

Specified by:
getConjunction in interface ViewCriteriaRow
Returns:
conjuction for this view criteria row.

setConjunction

public void setConjunction(java.lang.String value)
Description copied from interface: ViewCriteriaRow
Sets the conjunction used between this view criteria row and the previous view criteria row.

Specified by:
setConjunction in interface ViewCriteriaRow
Parameters:
value - conjuction for this view criteria row

getUpperCaseCompare

public boolean getUpperCaseCompare()
Description copied from interface: ViewCriteriaRow
Gets the flag that indicates whether to search case-insensitively.

Specified by:
getUpperCaseCompare in interface ViewCriteriaRow
Returns:
case-insensitivity flag.

setUpperCaseCompare

public void setUpperCaseCompare(boolean value)
Description copied from interface: ViewCriteriaRow
Sets the flag that indicates whether to search case-insensitively. The default is false (case sensitive search).

Specified by:
setUpperCaseCompare in interface ViewCriteriaRow
Parameters:
value - case-insensitivity flag

getItem

public java.util.List getItem()
Description copied from interface: ViewCriteriaRow
Gets the list of view criteria items.

Specified by:
getItem in interface ViewCriteriaRow
Returns:
list of view criteria items.

setItem

public void setItem(java.util.List value)
Description copied from interface: ViewCriteriaRow
Sets the list of view criteria items.

Specified by:
setItem in interface ViewCriteriaRow
Parameters:
value - list of view criteria items

toString

public java.lang.String toString()
Overrides:
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

Copyright © 1997, 2011, Oracle. All rights reserved.