public class Filter extends Object
| Constructor and Description |
|---|
Filter() |
Filter(String propertyName,
Object propertyValue) |
public String getRelationshipDirection()
public void setRelationshipDirection(String relationshipDirection)
public String getPropertyName()
public void setPropertyName(String propertyName)
public Object getPropertyValue()
public void setPropertyValue(Object propertyValue)
public Integer getPropertyPosition()
public void setPropertyPosition(Integer propertyPosition)
public ComparisonOperator getComparisonOperator()
public void setComparisonOperator(ComparisonOperator comparisonOperator)
public BooleanOperator getBooleanOperator()
public void setBooleanOperator(BooleanOperator booleanOperator)
public boolean isNegated()
true if this filter expression is to be negated when it's appended to the query, false
if notpublic void setNegated(boolean negated)
negated - Whether or not the filter expression is to be negatedpublic Class<?> getOwnerEntityType()
public void setOwnerEntityType(Class<?> ownerEntityType)
public String getNestedPropertyName()
public void setNestedPropertyName(String nestedPropertyName)
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
public boolean isNested()
public Class<?> getNestedPropertyType()
public void setNestedPropertyType(Class<?> nestedPropertyType)
public String getNestedEntityTypeLabel()
public void setNestedEntityTypeLabel(String nestedEntityTypeLabel)
public boolean isNestedRelationshipEntity()
public void setNestedRelationshipEntity(boolean nestedRelationshipEntity)
Copyright © 2016 Neo Technology, Inc.. All rights reserved.