public class PaginationOrder extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
clause |
protected boolean |
desc |
| Constructor and Description |
|---|
PaginationOrder(String clause,
boolean desc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClause() |
boolean |
isDesc() |
void |
setClause(String clause) |
void |
setDesc(boolean desc) |
Copyright © 2004–2016 CodeLutin. All rights reserved.