java.lang.Object
org.tentackle.model.AttributeSorting
Describes the sorting of an attribute.
- Author:
- harald
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeSorting(Attribute attribute, SortType sortType) Creates a sorting info for an attribute. -
Method Summary
-
Constructor Details
-
AttributeSorting
Creates a sorting info for an attribute.- Parameters:
attribute- the attributesortType- the sort type
-
-
Method Details