public class And extends LogicalOperator
lhsOperator, rhsOperator| Constructor and Description |
|---|
And(Operator lhsOperator,
Operator rhsOperator)
creates new instance of And.
|
| Modifier and Type | Method and Description |
|---|---|
And |
and(Operator relatesTo) |
boolean |
getResult(Object baseBean)
returs true if both the operators return true as result,
else returns false.
|
Or |
or(Operator relatesTo) |
String |
toString()
returns the logical AND 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.