com.vaadin.data.util.sqlcontainer.query
Class OrderBy
java.lang.Object
com.vaadin.data.util.sqlcontainer.query.OrderBy
- All Implemented Interfaces:
- java.io.Serializable
public class OrderBy
- extends java.lang.Object
- implements java.io.Serializable
OrderBy represents a sorting rule to be applied to a query made by the
SQLContainer's QueryDelegate.
The sorting rule is simple and contains only the affected column's name and
the direction of the sort.
- See Also:
- Serialized Form
Constructor Summary |
OrderBy(java.lang.String column,
boolean isAscending)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderBy
public OrderBy(java.lang.String column,
boolean isAscending)
setColumn
public void setColumn(java.lang.String column)
getColumn
public java.lang.String getColumn()
setAscending
public void setAscending(boolean isAscending)
isAscending
public boolean isAscending()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.