public class BasicValueComparator extends Comparator
| Modifier and Type | Field and Description |
|---|---|
private ComparitorType |
comparitorType |
private String |
propertyName |
private static long |
serialVersionUID |
private Object |
value |
| Constructor and Description |
|---|
BasicValueComparator() |
BasicValueComparator(ComparitorType comparitorType,
String propertyName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ComparitorType |
getComparitorType() |
String |
getPropertyName() |
Object |
getValue() |
int |
hashCode() |
void |
setComparitorType(ComparitorType comparitorType) |
void |
setPropertyName(String propertyName) |
void |
setValue(Object value) |
String |
toString() |
private static final long serialVersionUID
private ComparitorType comparitorType
private String propertyName
private Object value
public BasicValueComparator()
public BasicValueComparator(ComparitorType comparitorType, String propertyName, Object value)
public ComparitorType getComparitorType()
public void setComparitorType(ComparitorType comparitorType)
public String getPropertyName()
public void setPropertyName(String propertyName)
public Object getValue()
public void setValue(Object value)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.