Package org.castor.cpa.query
Interface Order
-
- All Superinterfaces:
QueryObject
- All Known Implementing Classes:
OrderImpl
public interface Order extends QueryObject
Interface for Order of query objects.- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Field field)
Adds the field object to the order object of query objects.void
add(Field field, OrderDirection direction)
Adds the field object with order direction specification to the order object of query objects.-
Methods inherited from interface org.castor.cpa.query.QueryObject
toString
-
-
-
-
Method Detail
-
add
void add(Field field)
Adds the field object to the order object of query objects.- Parameters:
field
- The field object of query objects
-
add
void add(Field field, OrderDirection direction)
Adds the field object with order direction specification to the order object of query objects.- Parameters:
field
- The Fielddirection
- The OrderDirective
-
-