public interface DataObjectCollectionSortAttribute extends Serializable
DataObjectCollection within a DataObjectMetadata.
 The collection may hold multiple of these objects to support sorting by multiple fields.
| Modifier and Type | Method and Description | 
|---|---|
| String | getAttributeName()Gets attribute name. | 
| SortDirection | getSortDirection()Gets the attribute sort. | 
String getAttributeName()
The attribute name on which to sort the collection.
SortDirection getSortDirection()
For this attribute, which way should we sort?.
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.