Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo
Class CriteriaRow

java.lang.Object
  |
  +--oracle.cabo.data.jbo.CriteriaRow

public class CriteriaRow
extends java.lang.Object

ViewObject query criteria row.


Constructor Summary
CriteriaRow()
           
 
Method Summary
 CriteriaAttribute[] getAttributes()
          Returns the array of criteria attributes.
 boolean getIgnoreCase()
          Returns whether case is ignored during comparison.
 void setAttributes(CriteriaAttribute[] criteriaAttrs)
          Sets the array of criteria attributes.
 void setIgnoreCase(boolean ignoreCase)
          Indicates whether case is ignored during comparison.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CriteriaRow

public CriteriaRow()
Method Detail

getIgnoreCase

public boolean getIgnoreCase()
Returns whether case is ignored during comparison.

setIgnoreCase

public void setIgnoreCase(boolean ignoreCase)
Indicates whether case is ignored during comparison.

getAttributes

public CriteriaAttribute[] getAttributes()
Returns the array of criteria attributes.

setAttributes

public void setAttributes(CriteriaAttribute[] criteriaAttrs)
Sets the array of criteria attributes.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.