public class VLVSortOrder extends Object
| Constructor and Description |
|---|
VLVSortOrder(String attributeName,
boolean isAscending)
Constructor of the VLVSortOrder.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAttributeName()
Returns the name of the attribute.
|
int |
hashCode() |
boolean |
isAscending()
Returns whether the sorting is ascending or descending.
|
public VLVSortOrder(String attributeName, boolean isAscending)
attributeName - the attribute name to be used to sort.isAscending - whether the sorting is ascending or descending.public String getAttributeName()
public boolean isAscending()
true if the sorting is ascending and
false otherwise.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.