Class AttributeSorting

java.lang.Object
org.tentackle.model.AttributeSorting

public class AttributeSorting extends Object
Describes the sorting of an attribute.
Author:
harald
  • Constructor Details

    • AttributeSorting

      public AttributeSorting(Attribute attribute, SortType sortType)
      Creates a sorting info for an attribute.
      Parameters:
      attribute - the attribute
      sortType - the sort type
  • Method Details

    • getAttribute

      public Attribute getAttribute()
      Gets the sorted attribute.
      Returns:
      the attribute
    • getSortType

      public SortType getSortType()
      Gets the sort type.
      Returns:
      the sort type
    • toString

      public String toString()
      Overrides:
      toString in class Object