public abstract class AbstractPropertyQueryCondition extends QueryCondition
Constructor and Description |
---|
AbstractPropertyQueryCondition(boolean reversed,
String property) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getProperty() |
int |
hashCode() |
String |
toString() |
isReversed
public AbstractPropertyQueryCondition(boolean reversed, String property)
reversed
- true if the condition should be reversedproperty
- the name of the propertypublic String getProperty()
public int hashCode()
hashCode
in class QueryCondition
public boolean equals(Object obj)
equals
in class QueryCondition
public String toString()
toString
in class QueryCondition
Copyright © 2004–2021 XWiki. All rights reserved.