public class SortAttributeImpl extends java.lang.Object implements SortAttribute
| Constructor and Description |
|---|
SortAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDescending()
Gets the flag that indicates whether to sort in ascending or descending
order.
|
java.lang.String |
getName()
Gets the name of the attribute used in the sort order.
|
void |
setDescending(boolean value)
Sets the flag that indicates whether to sort in ascending or descending
order.
|
void |
setName(java.lang.String value)
Sets the name of the attribute used in the sort order.
|
public java.lang.String getName()
SortAttributegetName in interface SortAttributepublic void setName(java.lang.String value)
SortAttributesetName in interface SortAttributevalue - sort attribute namepublic boolean getDescending()
SortAttributegetDescending in interface SortAttributepublic void setDescending(boolean value)
SortAttributesetDescending in interface SortAttributevalue - descending order flag