Class SortingExpression
- java.lang.Object
-
- net.n2oapp.framework.api.criteria.expression.FieldExpression
-
- net.n2oapp.framework.api.criteria.expression.SortingExpression
-
public class SortingExpression extends FieldExpression
User: operehod Date: 20.11.2014 Time: 15:41
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.criteria.expression.FieldExpression
expression, fieldId
-
-
Constructor Summary
Constructors Constructor Description SortingExpression(java.lang.String fieldId, Direction direction, java.lang.String expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectiongetDirection()java.lang.StringgetFieldId()-
Methods inherited from class net.n2oapp.framework.api.criteria.expression.FieldExpression
equals, getExpression, hashCode
-
-