|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.data.jbo.CriteriaRow
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 |
public CriteriaRow()
Method Detail |
public boolean getIgnoreCase()
public void setIgnoreCase(boolean ignoreCase)
public CriteriaAttribute[] getAttributes()
public void setAttributes(CriteriaAttribute[] criteriaAttrs)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |