Annotation Interface CollectionSortAttribute


public @interface CollectionSortAttribute
Defines an attribute on which to sort a collection.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the attribute name to sort on.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Gets the direction which to sort.
  • Element Details

    • value

      String value
      Gets the attribute name to sort on.
      Returns:
      the attribute name to sort on.
    • sortDirection

      SortDirection sortDirection
      Gets the direction which to sort.
      Returns:
      the direction which to sort.
      Default:
      ASCENDING