public class GreaterThan extends RelationalOperator
booleanFixedData, fieldName, fixedData, isBoolean| Constructor and Description |
|---|
GreaterThan(String fieldName,
Comparable fixedData)
creates a new GreaterThan object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getResult(Object baseBean)
returns true if the field of the Object object is greater than the Comparable object, else returns false.
|
String |
toString()
returns the greater than condition being checked using fieldName and fixedData
|
and, compare, orpublic GreaterThan(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.