Class Sorter

java.lang.Object
com.suncode.pwfl.search.Sorter

public class Sorter extends Object
Klasa definiująca sortowanie. Wykorzystywana przy wyszukiwaniu
Author:
Paweł Rosolak 16 paź 2013
  • Constructor Details

    • Sorter

      public Sorter()
    • Sorter

      public Sorter(String property, SortDirection direction)
    • Sorter

      public Sorter(String property)
  • Method Details

    • getProperty

      public String getProperty()
    • setProperty

      public void setProperty(String property)
    • getDirection

      public SortDirection getDirection()
    • setDirection

      public void setDirection(SortDirection direction)
    • toString

      public String toString()
      Overrides:
      toString in class Object