public class Sort extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
isAscending |
private String |
propertyName |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
Sort() |
Sort(String propertyName,
Boolean isAscending) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsAscending() |
String |
getPropertyName() |
void |
setIsAscending(Boolean isAscending) |
void |
setPropertyName(String property) |
private static final long serialVersionUID
private String propertyName
private Boolean isAscending
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.