- java.lang.Object
-
- org.tentackle.model.AttributeSorting
-
public class AttributeSorting extends java.lang.ObjectDescribes the sorting of an attribute.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description AttributeSorting(Attribute attribute, SortType sortType)Creates a sorting info for an attribute.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributegetAttribute()Gets the sorted attribute.SortTypegetSortType()Gets the sort type.java.lang.StringtoString()
-