|
UIX 2.2.15 | ||||||||
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)
|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |