public abstract class GeneralDataFilterRule
extends java.lang.Object
| Constructor and Description |
|---|
GeneralDataFilterRule() |
GeneralDataFilterRule(GeneralDataFilterRule rule) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
buildHashCode(int initialHashCode) |
java.lang.Object |
clone() |
int |
compareTo(jayeson.model.IDataFilterRule o)
return:
-1: is not equal
0: is equal.
|
boolean |
equals(java.lang.Object obj) |
int |
getRuleType() |
int |
hashCode() |
boolean |
isNegated() |
void |
setNegated(boolean negated) |
public GeneralDataFilterRule()
public GeneralDataFilterRule(GeneralDataFilterRule rule)
public void setNegated(boolean negated)
public boolean isNegated()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic int compareTo(jayeson.model.IDataFilterRule o)
return: -1: is not equal 0: is equal.
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic abstract int buildHashCode(int initialHashCode)
public int getRuleType()