Class PsaRstApiQue.SortEntry

java.lang.Object
de.pisa.psa.rst.obj.PsaRstApiQue.SortEntry
Enclosing class:
PsaRstApiQue

public static class PsaRstApiQue.SortEntry extends Object
sort entry
  • Constructor Details

    • SortEntry

      public SortEntry()
  • Method Details

    • set

      public PsaRstApiQue.SortEntry set(String field, boolean direction)
      set the value
      Parameters:
      field - field
      direction - order direction
      Returns:
      this
    • getField

      public String getField()
      get the field
      Returns:
      field
    • getDirection

      public boolean getDirection()
      get the order direction
      Returns:
      direction
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: