public static class ListQueryParameterObject.OrderBy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnName |
protected String |
direction |
protected Query.NullHandlingOnOrder |
nullHandlingOnOrder |
| Constructor and Description |
|---|
OrderBy(String columnName,
String direction,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName() |
String |
getDirection() |
Query.NullHandlingOnOrder |
getNullHandlingOnOrder() |
protected final String columnName
protected final String direction
protected final Query.NullHandlingOnOrder nullHandlingOnOrder
public OrderBy(String columnName, String direction, Query.NullHandlingOnOrder nullHandlingOnOrder)
public String getColumnName()
public String getDirection()
public Query.NullHandlingOnOrder getNullHandlingOnOrder()
Copyright © 2021 Flowable. All rights reserved.