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.Object
java.lang.CloneNotSupportedException
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public abstract int buildHashCode(int initialHashCode)
public int getRuleType()