Class QueryModel.GreaterThanProperty

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.GreaterThanProperty extends QueryModel.PropertyComparisonCriterion
A criterion for one property being greater than another.
  • Constructor Details

    • GreaterThanProperty

      public GreaterThanProperty(String property, String otherProperty)
      Default constructor.
      Parameters:
      property - The property name
      otherProperty - The other property name