org.springframework.datastore.query
Class Query.PropertyCriterion

java.lang.Object
  extended by org.springframework.datastore.query.Query.Criterion
      extended by org.springframework.datastore.query.Query.PropertyCriterion
Direct Known Subclasses:
Query.Equals, Query.GreaterThan, Query.GreaterThanEquals, Query.LessThan, Query.LessThanEquals, Query.Like
Enclosing class:
Query

public static class Query.PropertyCriterion
extends Query.Criterion

Criterion that applies to a property


Field Summary
protected  String name
           
protected  Object value
           
 
Constructor Summary
Query.PropertyCriterion(String name, Object value)
           
 
Method Summary
 String getProperty()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected Object value
Constructor Detail

Query.PropertyCriterion

public Query.PropertyCriterion(String name,
                               Object value)
Method Detail

getProperty

public String getProperty()

getValue

public Object getValue()