public class LesserThan extends RelationalOperator
booleanFixedData, fieldName, fixedData, isBoolean| Constructor and Description |
|---|
LesserThan(String fieldName,
Comparable fixedData)
creates new instance of LesserThan.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getResult(Object baseBean)
rreturs true if the field of the CoeusBean object is lesser than the Comparable object, else returns false.
|
String |
toString()
returns the lesser than condition being checked using fieldName and fixedData
|
and, compare, orpublic LesserThan(String fieldName, Comparable fixedData)
fieldName - field which has to be compared.fixedData - compare value.public boolean getResult(Object baseBean)
baseBean - ObjectCopyright © 2013 The Kuali Foundation. All Rights Reserved.