public class Or extends LogicalOperator
lhsOperator, rhsOperator| Constructor and Description |
|---|
Or(Operator lhsOperator,
Operator rhsOperator)
creates new instance of Or
|
| Modifier and Type | Method and Description |
|---|---|
And |
and(Operator relatesTo) |
boolean |
getResult(Object baseBean)
returs true
if any one of the operators return true as result, else returns false.
|
Or |
or(Operator relatesTo) |
String |
toString()
returns the logical OR condition being checked using left-hand operator(lhsOperator)
and right-hand operator(rhsOperator)
|
public boolean getResult(Object baseBean)
baseBean - BaseBeanpublic String toString()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.