Class SortTerm

java.lang.Object
org.bedework.calfacade.filter.SortTerm

public class SortTerm extends Object
Define a field we sort by
Version:
1.0
Author:
Mike Douglass
  • Constructor Details

    • SortTerm

      public SortTerm(List<org.bedework.util.calendar.PropertyIndex.PropertyInfoIndex> properties, boolean ascending)
      For a list of propa, propb we sort on propa.propb
      Parameters:
      properties - List of properties and subproperties to search on
      ascending -
  • Method Details

    • getProperties

      public List<org.bedework.util.calendar.PropertyIndex.PropertyInfoIndex> getProperties()
      Returns:
      property name
    • getPropertyRef

      public String getPropertyRef()
    • isAscending

      public boolean isAscending()
      Returns:
      true for acending.
    • toString

      public String toString()
      Overrides:
      toString in class Object